Instructions to use tensorblock/Everyone-Coder-4x7b-Base-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/Everyone-Coder-4x7b-Base-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Everyone-Coder-4x7b-Base-GGUF", filename="Everyone-Coder-4x7b-Base-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/Everyone-Coder-4x7b-Base-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/Everyone-Coder-4x7b-Base-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Everyone-Coder-4x7b-Base-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/Everyone-Coder-4x7b-Base-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Everyone-Coder-4x7b-Base-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/Everyone-Coder-4x7b-Base-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Everyone-Coder-4x7b-Base-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/Everyone-Coder-4x7b-Base-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Everyone-Coder-4x7b-Base-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Everyone-Coder-4x7b-Base-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Everyone-Coder-4x7b-Base-GGUF with Ollama:
ollama run hf.co/tensorblock/Everyone-Coder-4x7b-Base-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Everyone-Coder-4x7b-Base-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/Everyone-Coder-4x7b-Base-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/Everyone-Coder-4x7b-Base-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/Everyone-Coder-4x7b-Base-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Everyone-Coder-4x7b-Base-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Everyone-Coder-4x7b-Base-GGUF:Q2_K
- Lemonade
How to use tensorblock/Everyone-Coder-4x7b-Base-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Everyone-Coder-4x7b-Base-GGUF:Q2_K
Run and chat with the model
lemonade run user.Everyone-Coder-4x7b-Base-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- Everyone-Coder-4x7b-Base-Q3_K_L.gguf +0 -3
- Everyone-Coder-4x7b-Base-Q3_K_S.gguf +0 -3
- Everyone-Coder-4x7b-Base-Q4_0.gguf +0 -3
- Everyone-Coder-4x7b-Base-Q4_K_M.gguf +0 -3
- Everyone-Coder-4x7b-Base-Q4_K_S.gguf +0 -3
- Everyone-Coder-4x7b-Base-Q5_0.gguf +0 -3
- Everyone-Coder-4x7b-Base-Q5_K_M.gguf +0 -3
- Everyone-Coder-4x7b-Base-Q5_K_S.gguf +0 -3
- Everyone-Coder-4x7b-Base-Q6_K.gguf +0 -3
- Everyone-Coder-4x7b-Base-Q8_0.gguf +0 -3
Everyone-Coder-4x7b-Base-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:09374a5ee59ddd4adfed9dc7dee9af02509d0f79f3a0213ff8a34cb0de3fc518
|
| 3 |
-
size 12544083392
|
|
|
|
|
|
|
|
|
|
|
|
Everyone-Coder-4x7b-Base-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6867c89e142b4f588d7563d57f277c03a426b432c414011fb0407ed85aec87a1
|
| 3 |
-
size 10433299904
|
|
|
|
|
|
|
|
|
|
|
|
Everyone-Coder-4x7b-Base-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:25fde039138b415c70b3e09f92fa272c7a3b55a1df7ddc1db911c7ea4a469ed7
|
| 3 |
-
size 13623698880
|
|
|
|
|
|
|
|
|
|
|
|
Everyone-Coder-4x7b-Base-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4a05edac78ce31ae364601b1efd3c37cebff2691ba66fa1d90c36aa875c93a51
|
| 3 |
-
size 14609884608
|
|
|
|
|
|
|
|
|
|
|
|
Everyone-Coder-4x7b-Base-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f811ae0a16fe312661f0de430a1b8d6d5c4d3add5ff10c7bd7465c336b840a12
|
| 3 |
-
size 13743236544
|
|
|
|
|
|
|
|
|
|
|
|
Everyone-Coder-4x7b-Base-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ac3be20385da4a63b2ffed9da6f72de457bf3dc5b332734571f6492263a3f880
|
| 3 |
-
size 16626427328
|
|
|
|
|
|
|
|
|
|
|
|
Everyone-Coder-4x7b-Base-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0de87099c8b4749667af2bef3b6821d3c22e19811956c683373cb3752c88cf61
|
| 3 |
-
size 17134462400
|
|
|
|
|
|
|
|
|
|
|
|
Everyone-Coder-4x7b-Base-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3312b64a5afed7c45b208454f3c28b52dd48ce1ef53efa0fcbc5fa1853295a3f
|
| 3 |
-
size 16626427328
|
|
|
|
|
|
|
|
|
|
|
|
Everyone-Coder-4x7b-Base-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a22886168bbb1f64b057b0a92e143784e1ba87cb8666ffc682621f0bacb52fe6
|
| 3 |
-
size 19816826304
|
|
|
|
|
|
|
|
|
|
|
|
Everyone-Coder-4x7b-Base-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4b1846228c8813b5e2d39b82bc32d96a1f90fdca72b062fae78df90d57325d3e
|
| 3 |
-
size 25666356672
|
|
|
|
|
|
|
|
|
|
|
|