Transformers
GGUF
English
text-generation-inference
unsloth
mistral
trl
sft
TensorBlock
GGUF
conversational
Instructions to use tensorblock/Nemo-InstructContinuedFine-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/Nemo-InstructContinuedFine-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/Nemo-InstructContinuedFine-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/Nemo-InstructContinuedFine-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Nemo-InstructContinuedFine-GGUF", filename="Nemo-InstructContinuedFine-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/Nemo-InstructContinuedFine-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Nemo-InstructContinuedFine-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/Nemo-InstructContinuedFine-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Nemo-InstructContinuedFine-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/Nemo-InstructContinuedFine-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Nemo-InstructContinuedFine-GGUF with Ollama:
ollama run hf.co/tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/Nemo-InstructContinuedFine-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/Nemo-InstructContinuedFine-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/Nemo-InstructContinuedFine-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/Nemo-InstructContinuedFine-GGUF to start chatting
- Pi new
How to use tensorblock/Nemo-InstructContinuedFine-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/Nemo-InstructContinuedFine-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use tensorblock/Nemo-InstructContinuedFine-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K
- Lemonade
How to use tensorblock/Nemo-InstructContinuedFine-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Nemo-InstructContinuedFine-GGUF:Q2_K
Run and chat with the model
lemonade run user.Nemo-InstructContinuedFine-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- Nemo-InstructContinuedFine-Q3_K_L.gguf +0 -3
- Nemo-InstructContinuedFine-Q3_K_M.gguf +0 -3
- Nemo-InstructContinuedFine-Q3_K_S.gguf +0 -3
- Nemo-InstructContinuedFine-Q4_0.gguf +0 -3
- Nemo-InstructContinuedFine-Q4_K_M.gguf +0 -3
- Nemo-InstructContinuedFine-Q4_K_S.gguf +0 -3
- Nemo-InstructContinuedFine-Q5_0.gguf +0 -3
- Nemo-InstructContinuedFine-Q5_K_M.gguf +0 -3
- Nemo-InstructContinuedFine-Q5_K_S.gguf +0 -3
- Nemo-InstructContinuedFine-Q6_K.gguf +0 -3
- Nemo-InstructContinuedFine-Q8_0.gguf +0 -3
Nemo-InstructContinuedFine-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5757dafab425c695f29b724e3295b60b8b48de1b091ede4bec355569524d80a6
|
| 3 |
-
size 6561506176
|
|
|
|
|
|
|
|
|
|
|
|
Nemo-InstructContinuedFine-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2630f122da24e4b3f7eb27534d3062affabfc3e71ac4859fcff4c3f4248776d0
|
| 3 |
-
size 6083093376
|
|
|
|
|
|
|
|
|
|
|
|
Nemo-InstructContinuedFine-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0a869c26a82e275fb7714a0fd9156fd034d4035fc0b2c6e1ac88c7c6819aaa97
|
| 3 |
-
size 5534229376
|
|
|
|
|
|
|
|
|
|
|
|
Nemo-InstructContinuedFine-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0c8f60355ac7f7da9ce2545983103b6016b74e5fda652a8feb4532ca5f22c475
|
| 3 |
-
size 7071703936
|
|
|
|
|
|
|
|
|
|
|
|
Nemo-InstructContinuedFine-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b978349eac22a35b7eed8af94d9e6baa718e6c87c2ca43d7eacc1496a662cc2f
|
| 3 |
-
size 7477207936
|
|
|
|
|
|
|
|
|
|
|
|
Nemo-InstructContinuedFine-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1272e388de695742879d7a4f38dcbda4f8c099f50c0090838ea2f8a1519e376f
|
| 3 |
-
size 7120200576
|
|
|
|
|
|
|
|
|
|
|
|
Nemo-InstructContinuedFine-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:070b5c81b798c993eaa83b2f300a487fd06345ed7417a19a7d0c5fbcb4cdb0e5
|
| 3 |
-
size 8518738816
|
|
|
|
|
|
|
|
|
|
|
|
Nemo-InstructContinuedFine-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ae5a0fb88612a93bf9c1c0b558eed0a3a03343d0a9f6596523cbfaed8e6014cb
|
| 3 |
-
size 8727634816
|
|
|
|
|
|
|
|
|
|
|
|
Nemo-InstructContinuedFine-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5c671d382f10c68d150f79809f4c4fabecc3e97241283714ead3bffa634c70c7
|
| 3 |
-
size 8518738816
|
|
|
|
|
|
|
|
|
|
|
|
Nemo-InstructContinuedFine-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6a12383ba458a098e16b137da50807537b72bbfb0fe721907fe587dca7355fb8
|
| 3 |
-
size 10056213376
|
|
|
|
|
|
|
|
|
|
|
|
Nemo-InstructContinuedFine-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:326786acc440119c808b311252a2f66dde1f6e148aa52e6bf72ab33aa725eab0
|
| 3 |
-
size 13022372736
|
|
|
|
|
|
|
|
|
|
|
|