Instructions to use tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF", filename="iq-code-evmind-v2-llama3-code-8b-instruct-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-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/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-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/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF with Ollama:
ollama run hf.co/tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-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/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-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/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-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/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF:Q2_K
- Lemonade
How to use tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF:Q2_K
Run and chat with the model
lemonade run user.braindao_iq-code-evmind-v2-llama3-code-8b-instruct-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- iq-code-evmind-v2-llama3-code-8b-instruct-Q3_K_L.gguf +0 -3
- iq-code-evmind-v2-llama3-code-8b-instruct-Q3_K_M.gguf +0 -3
- iq-code-evmind-v2-llama3-code-8b-instruct-Q3_K_S.gguf +0 -3
- iq-code-evmind-v2-llama3-code-8b-instruct-Q4_0.gguf +0 -3
- iq-code-evmind-v2-llama3-code-8b-instruct-Q4_K_M.gguf +0 -3
- iq-code-evmind-v2-llama3-code-8b-instruct-Q4_K_S.gguf +0 -3
- iq-code-evmind-v2-llama3-code-8b-instruct-Q5_0.gguf +0 -3
- iq-code-evmind-v2-llama3-code-8b-instruct-Q5_K_M.gguf +0 -3
- iq-code-evmind-v2-llama3-code-8b-instruct-Q5_K_S.gguf +0 -3
- iq-code-evmind-v2-llama3-code-8b-instruct-Q6_K.gguf +0 -3
- iq-code-evmind-v2-llama3-code-8b-instruct-Q8_0.gguf +0 -3
iq-code-evmind-v2-llama3-code-8b-instruct-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e77f70a6828628580e8853b2c0784755094699cffdc007fbdd50947ba357c14c
|
| 3 |
-
size 4321956864
|
|
|
|
|
|
|
|
|
|
|
|
iq-code-evmind-v2-llama3-code-8b-instruct-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e8b9bf42b12351f52e405f93a28344ed5021242ec8ebac6522cbbd3c3aac154f
|
| 3 |
-
size 4018918400
|
|
|
|
|
|
|
|
|
|
|
|
iq-code-evmind-v2-llama3-code-8b-instruct-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2cfd11452f1039038dd7b51a1ede5d4a07d48224497ed9de5c40dda53bc92b73
|
| 3 |
-
size 3664499712
|
|
|
|
|
|
|
|
|
|
|
|
iq-code-evmind-v2-llama3-code-8b-instruct-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b706c484373ffc759e893d48958282fb8f198d27bec5d2c407e6cde219eae276
|
| 3 |
-
size 4661212160
|
|
|
|
|
|
|
|
|
|
|
|
iq-code-evmind-v2-llama3-code-8b-instruct-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:482c1103f4ce9a3134738c54b8ae0c9cb3939818c30fcfc887f98b3a56eea751
|
| 3 |
-
size 4920734720
|
|
|
|
|
|
|
|
|
|
|
|
iq-code-evmind-v2-llama3-code-8b-instruct-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6a3df02a945027727e5164a809ef85340fb2c109208254a2325a6276257bcf2d
|
| 3 |
-
size 4692669440
|
|
|
|
|
|
|
|
|
|
|
|
iq-code-evmind-v2-llama3-code-8b-instruct-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:674ea449d2e93a107e470c2704956126abb85dbeb0ff3606d5ea3a218da67b0d
|
| 3 |
-
size 5599294464
|
|
|
|
|
|
|
|
|
|
|
|
iq-code-evmind-v2-llama3-code-8b-instruct-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4bd73f7294a5d40e22d2ff28d66bd637f3a5f7d37e560a802affdbb7f38eb0bb
|
| 3 |
-
size 5732987904
|
|
|
|
|
|
|
|
|
|
|
|
iq-code-evmind-v2-llama3-code-8b-instruct-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a0bb7d2ab3818ac4d68c397f5c7c0910002cdf3d4fcd919f09f3e8bebe0518e8
|
| 3 |
-
size 5599294464
|
|
|
|
|
|
|
|
|
|
|
|
iq-code-evmind-v2-llama3-code-8b-instruct-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ea824493b7bcd7339cb1c5b14e34673d454f6dbf5f209323dd53c128de228320
|
| 3 |
-
size 6596006912
|
|
|
|
|
|
|
|
|
|
|
|
iq-code-evmind-v2-llama3-code-8b-instruct-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9fe68c5ef135bf06d6bc593a51dc0e4c8ce6c973b1e5c2e88c7559357ce8f9e5
|
| 3 |
-
size 8540771328
|
|
|
|
|
|
|
|
|
|
|
|