Instructions to use tensorblock/L100MT-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/L100MT-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/L100MT-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/L100MT-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/L100MT-GGUF", filename="L100MT-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/L100MT-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/L100MT-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/L100MT-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/L100MT-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/L100MT-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/L100MT-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/L100MT-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/L100MT-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/L100MT-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/L100MT-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/L100MT-GGUF with Ollama:
ollama run hf.co/tensorblock/L100MT-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/L100MT-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/L100MT-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/L100MT-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/L100MT-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/L100MT-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/L100MT-GGUF:Q2_K
- Lemonade
How to use tensorblock/L100MT-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/L100MT-GGUF:Q2_K
Run and chat with the model
lemonade run user.L100MT-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- L100MT-Q3_K_L.gguf +0 -3
- L100MT-Q3_K_M.gguf +0 -3
- L100MT-Q3_K_S.gguf +0 -3
- L100MT-Q4_0.gguf +0 -3
- L100MT-Q4_K_M.gguf +0 -3
- L100MT-Q4_K_S.gguf +0 -3
- L100MT-Q5_0.gguf +0 -3
- L100MT-Q5_K_M.gguf +0 -3
- L100MT-Q5_K_S.gguf +0 -3
- L100MT-Q6_K.gguf +0 -3
- L100MT-Q8_0.gguf +0 -3
L100MT-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:01b733340883543a761590925e8578fd066a0544e640c305a2a41917ef0584dd
|
| 3 |
-
size 4321956384
|
|
|
|
|
|
|
|
|
|
|
|
L100MT-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7b777e75f76d3eacf3b6050b24ff721167733703787f52b45bc403b1b293946d
|
| 3 |
-
size 4018917920
|
|
|
|
|
|
|
|
|
|
|
|
L100MT-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3aec7f5848be889715549228cedff12eb84483a739da5001187c4d2250a0bfc5
|
| 3 |
-
size 3664499232
|
|
|
|
|
|
|
|
|
|
|
|
L100MT-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dfef83cdc257219c6f5a007b3f339f8b9402c1cde47ed1a5aacc60e688cbff60
|
| 3 |
-
size 4661211680
|
|
|
|
|
|
|
|
|
|
|
|
L100MT-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3d7a9051599fd8bfd32ee916a03d26156afeea9935fe7dce83af9a587489cb0e
|
| 3 |
-
size 4920734240
|
|
|
|
|
|
|
|
|
|
|
|
L100MT-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b598fd8ab0b47a022daaf6ad19a625789c0a1826b374ca57aebf4b53beab959e
|
| 3 |
-
size 4692668960
|
|
|
|
|
|
|
|
|
|
|
|
L100MT-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:12fd0f718611dc9c6a2a68df2665f2ac780d4c3ba47c54e28d9e3eab7d66369d
|
| 3 |
-
size 5599293984
|
|
|
|
|
|
|
|
|
|
|
|
L100MT-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8766507aa7ac557981c4f342ef6d016b0fbd1f96572b03b3d6f27338b8521c59
|
| 3 |
-
size 5732987424
|
|
|
|
|
|
|
|
|
|
|
|
L100MT-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:81168785e2adbe53ef5058a3c563d2cf206a0856abbb92a6b7d7bafa08e8cbaf
|
| 3 |
-
size 5599293984
|
|
|
|
|
|
|
|
|
|
|
|
L100MT-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7db026584b6444ce327179cdd96b1770472cc5f2ae3d4b0912e73c9db6935467
|
| 3 |
-
size 6596006432
|
|
|
|
|
|
|
|
|
|
|
|
L100MT-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:90be92c47f7b9b178666711025b5c4c93f99699b245c847ab10aa5c48ef87e4a
|
| 3 |
-
size 8540770848
|
|
|
|
|
|
|
|
|
|
|
|