Instructions to use tensorblock/tiny-random-cohere-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/tiny-random-cohere-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/tiny-random-cohere-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/tiny-random-cohere-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/tiny-random-cohere-GGUF", filename="tiny-random-cohere-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/tiny-random-cohere-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/tiny-random-cohere-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/tiny-random-cohere-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/tiny-random-cohere-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/tiny-random-cohere-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/tiny-random-cohere-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/tiny-random-cohere-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/tiny-random-cohere-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/tiny-random-cohere-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/tiny-random-cohere-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/tiny-random-cohere-GGUF with Ollama:
ollama run hf.co/tensorblock/tiny-random-cohere-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/tiny-random-cohere-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/tiny-random-cohere-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/tiny-random-cohere-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/tiny-random-cohere-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/tiny-random-cohere-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/tiny-random-cohere-GGUF:Q2_K
- Lemonade
How to use tensorblock/tiny-random-cohere-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/tiny-random-cohere-GGUF:Q2_K
Run and chat with the model
lemonade run user.tiny-random-cohere-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- tiny-random-cohere-Q3_K_L.gguf +0 -3
- tiny-random-cohere-Q3_K_M.gguf +0 -3
- tiny-random-cohere-Q3_K_S.gguf +0 -3
- tiny-random-cohere-Q4_0.gguf +0 -3
- tiny-random-cohere-Q4_K_M.gguf +0 -3
- tiny-random-cohere-Q4_K_S.gguf +0 -3
- tiny-random-cohere-Q5_0.gguf +0 -3
- tiny-random-cohere-Q5_K_M.gguf +0 -3
- tiny-random-cohere-Q5_K_S.gguf +0 -3
- tiny-random-cohere-Q6_K.gguf +0 -3
- tiny-random-cohere-Q8_0.gguf +0 -3
tiny-random-cohere-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:91129ec2180039b606a74e4f5732271b4d40c3ee65173c68c3ccce883810d6f2
|
| 3 |
-
size 121898016
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-cohere-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:56a9ed38a57903417b61fc224ee361c249adac142e0786bd49b79f1d789618cd
|
| 3 |
-
size 121742368
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-cohere-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e719da9cd3dc08bcee1ba4624fd2496693d0af3a36019799124fa3532b083d61
|
| 3 |
-
size 121357344
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-cohere-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1c2fadf54e35f26d3262f88e6764acdd32e902f654818a913cc6ffad48d4db32
|
| 3 |
-
size 122018848
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-cohere-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fa012a7daa82742142517713803b937386e32d951a619fefc82956e36e25e2c4
|
| 3 |
-
size 122536992
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-cohere-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:90941715e3ce7a63edcf92e33223959ea57c4ff325de0978864fb7e79d751187
|
| 3 |
-
size 122264608
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-cohere-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c284b31e8ff3408ed778dc8b2ff6cc48e0ca51929249095cb21fb0871c5d453c
|
| 3 |
-
size 122821664
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-cohere-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ba25cc08e2c08203ca91faa5c4a30042e95d2732236fbbb7b58ed5af8ed3fdcb
|
| 3 |
-
size 123171872
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-cohere-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d4c41886612206acf1a27561f608ffd4edbbeee1a0b710115f03fcc1245ca601
|
| 3 |
-
size 122911776
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-cohere-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fa1c60120479f19fd6226e12df0be31aa58b7ffcde5f0d1775317398bd14cd3f
|
| 3 |
-
size 124023840
|
|
|
|
|
|
|
|
|
|
|
|
tiny-random-cohere-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:78084eb29bea15880fd625e92c61012ba889eb8e5e1e26c951fb1a3edeffa6b4
|
| 3 |
-
size 156974112
|
|
|
|
|
|
|
|
|
|
|
|