Instructions to use jpanasuk/basecamp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- HERMES
How to use jpanasuk/basecamp with HERMES:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 496 Bytes
09b2615 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"models": [
{
"title": "Hermes 3 70B (stack ollama)",
"provider": "ollama",
"model": "hermes3:70b",
"apiBase": "http://ollama:11434"
},
{
"title": "Llama 3.1 8B (stack ollama)",
"provider": "ollama",
"model": "llama3.1:8b",
"apiBase": "http://ollama:11434"
}
],
"tabAutocompleteModel": {
"title": "Autocomplete (8B fast)",
"provider": "ollama",
"model": "llama3.1:8b",
"apiBase": "http://ollama:11434"
}
}
|