Skip to content

Instantly share code, notes, and snippets.

@c4software
Last active August 15, 2026 19:49
Show Gist options
  • Select an option

  • Save c4software/9c2707dfa1b5f3f650a5c75498aae741 to your computer and use it in GitHub Desktop.

Select an option

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)
#!/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"
#!/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