Instructions to use haydso/intellect-1-1bit-split with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use haydso/intellect-1-1bit-split with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="haydso/intellect-1-1bit-split", filename="INTELLECT-1.i1-IQ2_XXS.gguf-00001-of-00007.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 haydso/intellect-1-1bit-split with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf haydso/intellect-1-1bit-split:IQ2_XXS # Run inference directly in the terminal: llama-cli -hf haydso/intellect-1-1bit-split:IQ2_XXS
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf haydso/intellect-1-1bit-split:IQ2_XXS # Run inference directly in the terminal: llama-cli -hf haydso/intellect-1-1bit-split:IQ2_XXS
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 haydso/intellect-1-1bit-split:IQ2_XXS # Run inference directly in the terminal: ./llama-cli -hf haydso/intellect-1-1bit-split:IQ2_XXS
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 haydso/intellect-1-1bit-split:IQ2_XXS # Run inference directly in the terminal: ./build/bin/llama-cli -hf haydso/intellect-1-1bit-split:IQ2_XXS
Use Docker
docker model run hf.co/haydso/intellect-1-1bit-split:IQ2_XXS
- LM Studio
- Jan
- Ollama
How to use haydso/intellect-1-1bit-split with Ollama:
ollama run hf.co/haydso/intellect-1-1bit-split:IQ2_XXS
- Unsloth Studio new
How to use haydso/intellect-1-1bit-split 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 haydso/intellect-1-1bit-split 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 haydso/intellect-1-1bit-split to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for haydso/intellect-1-1bit-split to start chatting
- Docker Model Runner
How to use haydso/intellect-1-1bit-split with Docker Model Runner:
docker model run hf.co/haydso/intellect-1-1bit-split:IQ2_XXS
- Lemonade
How to use haydso/intellect-1-1bit-split with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull haydso/intellect-1-1bit-split:IQ2_XXS
Run and chat with the model
lemonade run user.intellect-1-1bit-split-IQ2_XXS
List all available models
lemonade list
Upload 7 files
Browse files- .gitattributes +7 -0
- INTELLECT-1.i1-IQ2_XXS.gguf-00001-of-00007.gguf +3 -0
- INTELLECT-1.i1-IQ2_XXS.gguf-00002-of-00007.gguf +3 -0
- INTELLECT-1.i1-IQ2_XXS.gguf-00003-of-00007.gguf +3 -0
- INTELLECT-1.i1-IQ2_XXS.gguf-00004-of-00007.gguf +3 -0
- INTELLECT-1.i1-IQ2_XXS.gguf-00005-of-00007.gguf +3 -0
- INTELLECT-1.i1-IQ2_XXS.gguf-00006-of-00007.gguf +3 -0
- INTELLECT-1.i1-IQ2_XXS.gguf-00007-of-00007.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
INTELLECT-1.i1-IQ2_XXS.gguf-00001-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
INTELLECT-1.i1-IQ2_XXS.gguf-00002-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
INTELLECT-1.i1-IQ2_XXS.gguf-00003-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
INTELLECT-1.i1-IQ2_XXS.gguf-00004-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
INTELLECT-1.i1-IQ2_XXS.gguf-00005-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
INTELLECT-1.i1-IQ2_XXS.gguf-00006-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
INTELLECT-1.i1-IQ2_XXS.gguf-00007-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
INTELLECT-1.i1-IQ2_XXS.gguf-00001-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2159a9bb845ade1681ee1d6c8f7f67e2992ecb5f5598b579c7de14b6ec243705
|
| 3 |
+
size 369005792
|
INTELLECT-1.i1-IQ2_XXS.gguf-00002-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c5393d4a37fc1b66caa34ec47ffacf0e212f3fb5d7778e718603c9d6c924da4
|
| 3 |
+
size 507972704
|
INTELLECT-1.i1-IQ2_XXS.gguf-00003-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:223c914e22aa937a74e80d5e4dec32727afcc089c223a6db58e24535f966d6a1
|
| 3 |
+
size 502731520
|
INTELLECT-1.i1-IQ2_XXS.gguf-00004-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6cbd85e583936463a1177abad232d5533215e2381c7e5a2a5543d1229dba391
|
| 3 |
+
size 511185632
|
INTELLECT-1.i1-IQ2_XXS.gguf-00005-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbb29500c087cc6e4e31abaaa3f8c39ff43373295d73c4e4bd0b821c20d7918e
|
| 3 |
+
size 497308288
|
INTELLECT-1.i1-IQ2_XXS.gguf-00006-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:439add69b2504f18f1dac8fd5a1325597458f9a14dc957f745b2fa35d613465a
|
| 3 |
+
size 502715104
|
INTELLECT-1.i1-IQ2_XXS.gguf-00007-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf8199d2a774bff6217b59dc12d7d68aa30cb585dae30c3582d25fc4fe795c20
|
| 3 |
+
size 87835456
|