Instructions to use tensorblock/e5-R-mistral-7b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/e5-R-mistral-7b-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/e5-R-mistral-7b-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/e5-R-mistral-7b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/e5-R-mistral-7b-GGUF", filename="e5-R-mistral-7b-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/e5-R-mistral-7b-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/e5-R-mistral-7b-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/e5-R-mistral-7b-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/e5-R-mistral-7b-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/e5-R-mistral-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/e5-R-mistral-7b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/e5-R-mistral-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/e5-R-mistral-7b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/e5-R-mistral-7b-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/e5-R-mistral-7b-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/e5-R-mistral-7b-GGUF with Ollama:
ollama run hf.co/tensorblock/e5-R-mistral-7b-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/e5-R-mistral-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/e5-R-mistral-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/e5-R-mistral-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/e5-R-mistral-7b-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/e5-R-mistral-7b-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/e5-R-mistral-7b-GGUF:Q2_K
- Lemonade
How to use tensorblock/e5-R-mistral-7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/e5-R-mistral-7b-GGUF:Q2_K
Run and chat with the model
lemonade run user.e5-R-mistral-7b-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- e5-R-mistral-7b-Q3_K_L.gguf +0 -3
- e5-R-mistral-7b-Q3_K_S.gguf +0 -3
- e5-R-mistral-7b-Q4_0.gguf +0 -3
- e5-R-mistral-7b-Q4_K_M.gguf +0 -3
- e5-R-mistral-7b-Q4_K_S.gguf +0 -3
- e5-R-mistral-7b-Q5_0.gguf +0 -3
- e5-R-mistral-7b-Q5_K_M.gguf +0 -3
- e5-R-mistral-7b-Q5_K_S.gguf +0 -3
- e5-R-mistral-7b-Q6_K.gguf +0 -3
- e5-R-mistral-7b-Q8_0.gguf +0 -3
e5-R-mistral-7b-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7789f26a2159691fa601e53c4c85dadda832d5f2eb69ee890a7af39f8e27e8c7
|
| 3 |
-
size 3822024832
|
|
|
|
|
|
|
|
|
|
|
|
e5-R-mistral-7b-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:910f5e142e9ef5064f4e2f501aeef419e4e3da445a0d27b197511b4f29e48e0d
|
| 3 |
-
size 3164567680
|
|
|
|
|
|
|
|
|
|
|
|
e5-R-mistral-7b-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a632f11f5368618c239af7b5bd1fdd24d73f7744ed99d343413e25ec00ffc430
|
| 3 |
-
size 4108916864
|
|
|
|
|
|
|
|
|
|
|
|
e5-R-mistral-7b-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ff63b603ce97157cd8ba677f530cf3248f83b7314c3689e0ab5da1710975d886
|
| 3 |
-
size 4368439424
|
|
|
|
|
|
|
|
|
|
|
|
e5-R-mistral-7b-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dcd82fad6944736fdf7d8925ce800a00d7297403290f152b6291d5439af02e58
|
| 3 |
-
size 4140374144
|
|
|
|
|
|
|
|
|
|
|
|
e5-R-mistral-7b-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:766e97ccf2af0dbad86645308acb6c38b35ceb8d87d6cc32cbbdc24e6e23510b
|
| 3 |
-
size 4997716096
|
|
|
|
|
|
|
|
|
|
|
|
e5-R-mistral-7b-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:619ebbbd2d3eba24ca17391edc12c583dac47f53613ab3cef5431ac84710efd8
|
| 3 |
-
size 5131409536
|
|
|
|
|
|
|
|
|
|
|
|
e5-R-mistral-7b-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a673d8d74b889d1d2bc4404d496bc431c740bd5c8d71417e0ce3e76b992fe537
|
| 3 |
-
size 4997716096
|
|
|
|
|
|
|
|
|
|
|
|
e5-R-mistral-7b-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5aeb64b7935689e0f18a8154a05bd387faae13bc80592b4ef9bae63767f05c74
|
| 3 |
-
size 5942065280
|
|
|
|
|
|
|
|
|
|
|
|
e5-R-mistral-7b-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f4387681cf7711241d90622d3016d2d0c9983f025c9267a23b5641eb8057d91a
|
| 3 |
-
size 7695857792
|
|
|
|
|
|
|
|
|
|
|
|