Instructions to use tensorblock/iris-7b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/iris-7b-GGUF with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="tensorblock/iris-7b-GGUF") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/iris-7b-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/iris-7b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/iris-7b-GGUF", filename="iris-7b-Q2_K.gguf", )
llm.create_chat_completion( messages = "\"Меня зовут Вольфганг и я живу в Берлине\"" )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/iris-7b-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/iris-7b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/iris-7b-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/iris-7b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/iris-7b-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/iris-7b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/iris-7b-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/iris-7b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/iris-7b-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/iris-7b-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/iris-7b-GGUF with Ollama:
ollama run hf.co/tensorblock/iris-7b-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/iris-7b-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/iris-7b-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/iris-7b-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/iris-7b-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/iris-7b-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/iris-7b-GGUF:Q2_K
- Lemonade
How to use tensorblock/iris-7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/iris-7b-GGUF:Q2_K
Run and chat with the model
lemonade run user.iris-7b-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- iris-7b-Q3_K_L.gguf +0 -3
- iris-7b-Q3_K_M.gguf +0 -3
- iris-7b-Q3_K_S.gguf +0 -3
- iris-7b-Q4_0.gguf +0 -3
- iris-7b-Q4_K_M.gguf +0 -3
- iris-7b-Q4_K_S.gguf +0 -3
- iris-7b-Q5_0.gguf +0 -3
- iris-7b-Q5_K_M.gguf +0 -3
- iris-7b-Q5_K_S.gguf +0 -3
- iris-7b-Q6_K.gguf +0 -3
- iris-7b-Q8_0.gguf +0 -3
iris-7b-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:384c3afb7cf9325626ac8f6410154a1f96164c6179c54c6a65752331caf87009
|
| 3 |
-
size 3822025344
|
|
|
|
|
|
|
|
|
|
|
|
iris-7b-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3b6c392bc86bd44c0849dd3337e0732c30482b662ba929cc05ae50d8b4f59f96
|
| 3 |
-
size 3518986880
|
|
|
|
|
|
|
|
|
|
|
|
iris-7b-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:38eef223dd80f469086849258468d3f8642b93c79003af112c680d4a59c2449a
|
| 3 |
-
size 3164568192
|
|
|
|
|
|
|
|
|
|
|
|
iris-7b-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f08fa29e88db06711c2f09ac58c9ffc7b6937c8b5bd903f98bc5f84f448a5b7a
|
| 3 |
-
size 4108917376
|
|
|
|
|
|
|
|
|
|
|
|
iris-7b-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cc19fd51f98789fd33e9263ffae0d7727442c21cc630b514be14636c4be3dcf1
|
| 3 |
-
size 4368439936
|
|
|
|
|
|
|
|
|
|
|
|
iris-7b-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0a44b3c03782d8916464f64993b726118ddccef42df42c20f737a0f32f5bead0
|
| 3 |
-
size 4140374656
|
|
|
|
|
|
|
|
|
|
|
|
iris-7b-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a3dd037d686c08ca20b79e679b9573f8312859cb683868d00d96c6c1670d5fd6
|
| 3 |
-
size 4997716608
|
|
|
|
|
|
|
|
|
|
|
|
iris-7b-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:20cda61152a6006bc9cbae9f9c75858e53cd62d054c57d02c9092dcf439035e0
|
| 3 |
-
size 5131410048
|
|
|
|
|
|
|
|
|
|
|
|
iris-7b-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a3062ddadfe01653ffba884343b7d723eab2dbc4e2ddabc20bb75cc35ed774a3
|
| 3 |
-
size 4997716608
|
|
|
|
|
|
|
|
|
|
|
|
iris-7b-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1905b29ee80d9cbaa3702e4a4de61ff620e935fecc579aaba4910e1baae2239f
|
| 3 |
-
size 5942065792
|
|
|
|
|
|
|
|
|
|
|
|
iris-7b-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0303ee1e0c8d7933a1370bce04d2bbec7f4d088deb681004a956df5353b49fde
|
| 3 |
-
size 7695858304
|
|
|
|
|
|
|
|
|
|
|
|