mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 17:22:04 +00:00
* model-conversion : remove hardcoded /bin/bash shebangs [no ci] This commit updates the bash scripts to use env instead of using hardcoded /bin/bash in the shebang line. The motivation for this is that some systems may have bash installed in a different location, and using /usr/bin/env bash ensures that the script will use the first bash interpreter found in the user's PATH, making the scripts more portable across different environments. * model-conversion : rename script to .py [no ci] This commit renames run-casual-gen-embeddings-org.sh to run-casual-gen-embeddings-org.py to reflect its Python nature. |
||
|---|---|---|
| .. | ||
| check-nmse.py | ||
| create-collection-add-model.sh | ||
| curl-embedding-server.sh | ||
| hf-add-model-to-collection.py | ||
| hf-create-collection.py | ||
| hf-create-model.py | ||
| hf-upload-gguf-model.py | ||
| inspect-converted-model.sh | ||
| inspect-org-model.py | ||
| perplexity-gen.sh | ||
| perplexity-run-simple.sh | ||
| perplexity-run.sh | ||
| quantize.sh | ||
| run-embedding-server.sh | ||
| semantic_check.py | ||