Instructions to use tensorblock/laserxtral-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/laserxtral-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/laserxtral-GGUF", filename="laserxtral-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/laserxtral-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/laserxtral-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/laserxtral-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/laserxtral-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/laserxtral-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/laserxtral-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/laserxtral-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/laserxtral-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/laserxtral-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/laserxtral-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/laserxtral-GGUF with Ollama:
ollama run hf.co/tensorblock/laserxtral-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/laserxtral-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/laserxtral-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/laserxtral-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/laserxtral-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/laserxtral-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/laserxtral-GGUF:Q2_K
- Lemonade
How to use tensorblock/laserxtral-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/laserxtral-GGUF:Q2_K
Run and chat with the model
lemonade run user.laserxtral-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- laserxtral-Q3_K_L.gguf +0 -3
- laserxtral-Q3_K_M.gguf +0 -3
- laserxtral-Q3_K_S.gguf +0 -3
- laserxtral-Q4_0.gguf +0 -3
- laserxtral-Q4_K_M.gguf +0 -3
- laserxtral-Q4_K_S.gguf +0 -3
- laserxtral-Q5_0.gguf +0 -3
- laserxtral-Q5_K_M.gguf +0 -3
- laserxtral-Q5_K_S.gguf +0 -3
- laserxtral-Q6_K.gguf +0 -3
- laserxtral-Q8_0.gguf +0 -3
laserxtral-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:add1ad6c210c39133aed3db416da91f987db1dbcb7f8b42220d4f358b94cf8b7
|
| 3 |
-
size 12544083392
|
|
|
|
|
|
|
|
|
|
|
|
laserxtral-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:71d51aca90050563187941030c839b9b89d9fde21d42d584ad0602df6f0c4a97
|
| 3 |
-
size 11580442048
|
|
|
|
|
|
|
|
|
|
|
|
laserxtral-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c4747e9c74a8c83f763a83071d5b9625b71befbe159d3dd726e7d4bce8fa0620
|
| 3 |
-
size 10433299904
|
|
|
|
|
|
|
|
|
|
|
|
laserxtral-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:90fd758096d16fc6038d0d7fe60b4083ce710078dd1f0643fa7fae4eacfc429c
|
| 3 |
-
size 13623698880
|
|
|
|
|
|
|
|
|
|
|
|
laserxtral-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2b176070412ca1310b14eea7c949528b4cb41a1c0096ba720aa89f79ce846af6
|
| 3 |
-
size 14609884608
|
|
|
|
|
|
|
|
|
|
|
|
laserxtral-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a2b3ec1ab0e276b2d6471d64725d02c44a1b0d26cd2cb5fd6080752df785fc2c
|
| 3 |
-
size 13743236544
|
|
|
|
|
|
|
|
|
|
|
|
laserxtral-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4cd2d97845036ccebe9e358dbb1aac01b77effbbb052203f69c66d5036a19eb6
|
| 3 |
-
size 16626427328
|
|
|
|
|
|
|
|
|
|
|
|
laserxtral-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:205f1b2a46eebe3b71f1f186bf0186822af7fd261a991f4d0188a47c9db49db6
|
| 3 |
-
size 17134462400
|
|
|
|
|
|
|
|
|
|
|
|
laserxtral-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:077b13b3554efd42c30b5a8d1d98abdfd27b85db6d4b5a04a4044893cda4b659
|
| 3 |
-
size 16626427328
|
|
|
|
|
|
|
|
|
|
|
|
laserxtral-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:78d0e85c79ecff7b04d9baa553a82fd582bb2ae6d3bd376f5740f2e724e8d01f
|
| 3 |
-
size 19816826304
|
|
|
|
|
|
|
|
|
|
|
|
laserxtral-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:36d7abe58a14da3ad96db929d2e7d4d8627920e95901b80f3e204e1eae54f306
|
| 3 |
-
size 25666356672
|
|
|
|
|
|
|
|
|
|
|
|