Last active
August 15, 2026 19:49
-
-
Save c4software/9c2707dfa1b5f3f650a5c75498aae741 to your computer and use it in GitHub Desktop.
Remplacé par https://github.com/c4software/llmsetup (llama server multi models setup, Ryzen Strix Halo 128Gb)
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
| #!/usr/bin/env bash | |
| # ============================================================================= | |
| # Ce gist est remplacé par un dépôt : https://github.com/c4software/llmsetup | |
| # | |
| # Le script monolithique setup-llm.sh a été découpé en modules (lib/, py/, | |
| # prompts/), testé et documenté. Toutes les évolutions se font là-bas : | |
| # | |
| # git clone git@github.com:c4software/llmsetup.git | |
| # cd llmsetup && ./setup-llm.sh --setup | |
| # | |
| # La version figée ici correspond à l'état d'avant migration (15/08/2026) | |
| # et n'est plus maintenue. | |
| # ============================================================================= | |
| echo "Ce script a déménagé : https://github.com/c4software/llmsetup" |
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
| #!/usr/bin/env bash | |
| # Ce script a déménagé : https://github.com/c4software/llmsetup (tools/opencode-sync-model.sh) | |
| # La version figée ici (avant le 15/08/2026) n'est plus maintenue. | |
| echo "Ce script a déménagé : https://github.com/c4software/llmsetup (tools/)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment