Instructions to use tensorblock/code-millenials-13b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/code-millenials-13b-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/code-millenials-13b-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/code-millenials-13b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/code-millenials-13b-GGUF", filename="code-millenials-13b-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/code-millenials-13b-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/code-millenials-13b-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/code-millenials-13b-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/code-millenials-13b-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/code-millenials-13b-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/code-millenials-13b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/code-millenials-13b-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/code-millenials-13b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/code-millenials-13b-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/code-millenials-13b-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/code-millenials-13b-GGUF with Ollama:
ollama run hf.co/tensorblock/code-millenials-13b-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/code-millenials-13b-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/code-millenials-13b-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/code-millenials-13b-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/code-millenials-13b-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/code-millenials-13b-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/code-millenials-13b-GGUF:Q2_K
- Lemonade
How to use tensorblock/code-millenials-13b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/code-millenials-13b-GGUF:Q2_K
Run and chat with the model
lemonade run user.code-millenials-13b-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- code-millenials-13b-Q3_K_L.gguf +0 -3
- code-millenials-13b-Q3_K_S.gguf +0 -3
- code-millenials-13b-Q4_0.gguf +0 -3
- code-millenials-13b-Q4_K_M.gguf +0 -3
- code-millenials-13b-Q4_K_S.gguf +0 -3
- code-millenials-13b-Q5_0.gguf +0 -3
- code-millenials-13b-Q5_K_M.gguf +0 -3
- code-millenials-13b-Q5_K_S.gguf +0 -3
- code-millenials-13b-Q6_K.gguf +0 -3
- code-millenials-13b-Q8_0.gguf +0 -3
code-millenials-13b-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5ddf40022ab89829d65b52bb8dd37836beaa29efe3477daf7af742abc0e1b9d5
|
| 3 |
-
size 6929971232
|
|
|
|
|
|
|
|
|
|
|
|
code-millenials-13b-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:35bffb14de194d6042695d95cbe55f3fa9a612cc165b81e573357df4659bc810
|
| 3 |
-
size 5659392032
|
|
|
|
|
|
|
|
|
|
|
|
code-millenials-13b-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ba889763336676f3ca8f41d8e618086faa21be873a6d23420fb9a9f0125df27a
|
| 3 |
-
size 7366289952
|
|
|
|
|
|
|
|
|
|
|
|
code-millenials-13b-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9a19eb5681bd8fc5162e51fdc5f71fd193a5ef65aaf49f049c9c01dc1d20e9e2
|
| 3 |
-
size 7866411552
|
|
|
|
|
|
|
|
|
|
|
|
code-millenials-13b-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:022f90208a72bfbbcc29a3b897008007d042ea4f4c34ebcfece3b908db997f05
|
| 3 |
-
size 7423633952
|
|
|
|
|
|
|
|
|
|
|
|
code-millenials-13b-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0b0c665ffa25f28004f3b887e5f69294d70a438b1a2515875dfefc18d71d71bb
|
| 3 |
-
size 8972782112
|
|
|
|
|
|
|
|
|
|
|
|
code-millenials-13b-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a57f466fe485d21c1a95ddef8c28ee925732344db4d61bfe24531dcb9794366b
|
| 3 |
-
size 9230420512
|
|
|
|
|
|
|
|
|
|
|
|
code-millenials-13b-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:071ee56b47637f2c9fa7042b456b31ef070e9e49b8518fdfbe1a4987d1e3ce2c
|
| 3 |
-
size 8972782112
|
|
|
|
|
|
|
|
|
|
|
|
code-millenials-13b-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:537bb216a6837dcee9822430b65170d7968dab95b3271d60fac945321d719b07
|
| 3 |
-
size 10679680032
|
|
|
|
|
|
|
|
|
|
|
|
code-millenials-13b-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c77f2730ec41960f9056644673fa07d3b4abc13782fab68e01981516416f9dc8
|
| 3 |
-
size 13832017952
|
|
|
|
|
|
|
|
|
|
|
|