This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This is local cli command that allows users to use kokoro on a Macbook Pro | |
| # Requires you to first run the kokoro docker container: | |
| docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest | |
| # Then save this file to /usr/local/bin | |
| # Finally you can test: | |
| kokoro "The quick brown fox jumped over the lazy dog" | |
| # Or even pipe from a stream like: | |
| llm "tell me a joke" | kokoro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Replace /etc/docker/daemon.json docker config in Brev.dev Crusoe GPUs | |
| { | |
| "default-runtime": "nvidia", | |
| "mtu": 1500, | |
| "runtimes": { | |
| "nvidia": { | |
| "args": [], | |
| "path": "nvidia-container-runtime" | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| palette = 0=#23272e | |
| palette = 1=#f38020 | |
| palette = 2=#a8e6a3 | |
| palette = 3=#faae40 | |
| palette = 4=#4da6ff | |
| palette = 5=#ff80ab | |
| palette = 6=#66d9ef | |
| palette = 7=#c0c5ce | |
| palette = 8=#4f5b66 | |
| palette = 9=#f38020 |
OlderNewer