Instructions to use Sayantan54321/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayantan54321/model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Sayantan54321/model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Sayantan54321/model 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 Sayantan54321/model:Q8_0 # Run inference directly in the terminal: llama cli -hf Sayantan54321/model:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Sayantan54321/model:Q8_0 # Run inference directly in the terminal: llama cli -hf Sayantan54321/model:Q8_0
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 Sayantan54321/model:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf Sayantan54321/model:Q8_0
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 Sayantan54321/model:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Sayantan54321/model:Q8_0
Use Docker
docker model run hf.co/Sayantan54321/model:Q8_0
- LM Studio
- Jan
- Ollama
How to use Sayantan54321/model with Ollama:
ollama run hf.co/Sayantan54321/model:Q8_0
- Unsloth Studio
How to use Sayantan54321/model 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 Sayantan54321/model 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 Sayantan54321/model to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Sayantan54321/model to start chatting
- Docker Model Runner
How to use Sayantan54321/model with Docker Model Runner:
docker model run hf.co/Sayantan54321/model:Q8_0
- Lemonade
How to use Sayantan54321/model with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Sayantan54321/model:Q8_0
Run and chat with the model
lemonade run user.model-Q8_0
List all available models
lemonade list
- Atomic Chat
Upload model
Browse files
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d99c017f3812e8be20b137a1c1498759c966cd6c996e3c9a68c7ba7fb9a3d2ba
|
| 3 |
+
size 4976698672
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e80827e622251a05cc3385464936598e49495af2de9498e5b3ecac104e5270c1
|
| 3 |
+
size 4999802720
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9de7ee5af927276577553caeee80eb1773435926ebe3b9be71ad9526f854ceb1
|
| 3 |
+
size 4915916176
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d89bfa74c61f88a899a60e06bccf1065712087800ddd8e43c8ffccc4a5ac1c4f
|
| 3 |
+
size 1168138808
|
unsloth.Q8_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e085c60eff72a939b55246187292298b80eb2c01c3aa849f69ef17675969bd11
|
| 3 |
+
size 8540775360
|