Instructions to use tensorblock/DataVortexS-10.7B-v0.3-GGUF 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 tensorblock/DataVortexS-10.7B-v0.3-GGUF 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 tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K
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 tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K
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 tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/DataVortexS-10.7B-v0.3-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/DataVortexS-10.7B-v0.3-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/DataVortexS-10.7B-v0.3-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K
- Ollama
How to use tensorblock/DataVortexS-10.7B-v0.3-GGUF with Ollama:
ollama run hf.co/tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/DataVortexS-10.7B-v0.3-GGUF 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 tensorblock/DataVortexS-10.7B-v0.3-GGUF 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 tensorblock/DataVortexS-10.7B-v0.3-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/DataVortexS-10.7B-v0.3-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/DataVortexS-10.7B-v0.3-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K
- Lemonade
How to use tensorblock/DataVortexS-10.7B-v0.3-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/DataVortexS-10.7B-v0.3-GGUF:Q2_K
Run and chat with the model
lemonade run user.DataVortexS-10.7B-v0.3-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- DataVortexS-10.7B-v0.3-Q3_K_L.gguf +0 -3
- DataVortexS-10.7B-v0.3-Q3_K_M.gguf +0 -3
- DataVortexS-10.7B-v0.3-Q3_K_S.gguf +0 -3
- DataVortexS-10.7B-v0.3-Q4_0.gguf +0 -3
- DataVortexS-10.7B-v0.3-Q4_K_M.gguf +0 -3
- DataVortexS-10.7B-v0.3-Q4_K_S.gguf +0 -3
- DataVortexS-10.7B-v0.3-Q5_0.gguf +0 -3
- DataVortexS-10.7B-v0.3-Q5_K_M.gguf +0 -3
- DataVortexS-10.7B-v0.3-Q5_K_S.gguf +0 -3
- DataVortexS-10.7B-v0.3-Q6_K.gguf +0 -3
- DataVortexS-10.7B-v0.3-Q8_0.gguf +0 -3
DataVortexS-10.7B-v0.3-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5b51be4c7d939d7b3b854ab5b29ca62d6bab0e965fdde9fdb4717be618253d9c
|
| 3 |
-
size 5733067168
|
|
|
|
|
|
|
|
|
|
|
|
DataVortexS-10.7B-v0.3-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:68121ee0effaacbe64b26a0c290f9f27f5096cf34a24915d121ed4dc462be31f
|
| 3 |
-
size 5277985184
|
|
|
|
|
|
|
|
|
|
|
|
DataVortexS-10.7B-v0.3-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b9c341b8c8e31930feb5e800de487269291c08f77a34d0f073bc6fee2ed2bca8
|
| 3 |
-
size 4746881440
|
|
|
|
|
|
|
|
|
|
|
|
DataVortexS-10.7B-v0.3-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8324f23772b934293c89357358024fbbf654c29fe70746680b86499486506097
|
| 3 |
-
size 6163405216
|
|
|
|
|
|
|
|
|
|
|
|
DataVortexS-10.7B-v0.3-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9e90dcef9143682d2194f42c5e68ab516033e7a9bea7cf58d20690e3b52927f9
|
| 3 |
-
size 6552689056
|
|
|
|
|
|
|
|
|
|
|
|
DataVortexS-10.7B-v0.3-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:60519831972b8ff500b68817c0c4a03faddaa543438cad52bc6049a9d7313f1d
|
| 3 |
-
size 6209542560
|
|
|
|
|
|
|
|
|
|
|
|
DataVortexS-10.7B-v0.3-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:143478bf86115a2bca119826166eee3afee7677d23273ea5c6dbfa2c432f2df5
|
| 3 |
-
size 7496604064
|
|
|
|
|
|
|
|
|
|
|
|
DataVortexS-10.7B-v0.3-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:db6847c88cbcb757de3e133fcba8b7dd1eb36ea97f2c19685bacf122a4e67f7f
|
| 3 |
-
size 7697144224
|
|
|
|
|
|
|
|
|
|
|
|
DataVortexS-10.7B-v0.3-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:153ea4507bfb8e0e869f2585792b695471adfdc88ccb5f47bf7189f74a548fa6
|
| 3 |
-
size 7496604064
|
|
|
|
|
|
|
|
|
|
|
|
DataVortexS-10.7B-v0.3-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6feb98bc8794d1e45809cfe261c883bd4481ca7a06283190105e033ee23b977b
|
| 3 |
-
size 8913127840
|
|
|
|
|
|
|
|
|
|
|
|
DataVortexS-10.7B-v0.3-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:024f1598e288cf2459b246fda11373a906768eb9c2027987361cc25a48bb4cf4
|
| 3 |
-
size 11543816608
|
|
|
|
|
|
|
|
|
|
|
|