Instructions to use sharathcherry03/llama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use sharathcherry03/llama with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf sharathcherry03/llama # Run inference directly in the terminal: llama cli -hf sharathcherry03/llama
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf sharathcherry03/llama # Run inference directly in the terminal: llama cli -hf sharathcherry03/llama
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf sharathcherry03/llama # Run inference directly in the terminal: ./llama-cli -hf sharathcherry03/llama
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf sharathcherry03/llama # Run inference directly in the terminal: ./build/bin/llama-cli -hf sharathcherry03/llama
Use Docker
docker model run hf.co/sharathcherry03/llama
- LM Studio
- Jan
- Ollama
How to use sharathcherry03/llama with Ollama:
ollama run hf.co/sharathcherry03/llama
- Unsloth Studio
How to use sharathcherry03/llama with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for sharathcherry03/llama to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for sharathcherry03/llama to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for sharathcherry03/llama to start chatting
- Atomic Chat new
- Docker Model Runner
How to use sharathcherry03/llama with Docker Model Runner:
docker model run hf.co/sharathcherry03/llama
- Lemonade
How to use sharathcherry03/llama with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull sharathcherry03/llama
Run and chat with the model
lemonade run user.llama-{{QUANT_TAG}}List all available models
lemonade list
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
pytorch_model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1df15dd21c0bfd470be7d0f563422ee1812ee390c74cb1ab11dce5eebda1d205
|
| 3 |
+
size 4976698592
|
pytorch_model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c938dba7bbaf9cd63186a64152be49029acee4bc35d56eebc86b94be4c4b011
|
| 3 |
+
size 4999802616
|
pytorch_model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f7d0e49fc22d13378bda6f1b6458133a04acecc868a0ecff25e0be262287304
|
| 3 |
+
size 4915916080
|
pytorch_model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86d3302b0199e262d6e092afda1556bfae81b81802bad33eef588c551a020102
|
| 3 |
+
size 1168138808
|