Instructions to use tensorblock/internlm2_5-7b-chat-1m-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/internlm2_5-7b-chat-1m-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/internlm2_5-7b-chat-1m-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/internlm2_5-7b-chat-1m-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/internlm2_5-7b-chat-1m-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/internlm2_5-7b-chat-1m-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/internlm2_5-7b-chat-1m-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/internlm2_5-7b-chat-1m-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/internlm2_5-7b-chat-1m-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/internlm2_5-7b-chat-1m-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/internlm2_5-7b-chat-1m-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/internlm2_5-7b-chat-1m-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/internlm2_5-7b-chat-1m-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/internlm2_5-7b-chat-1m-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/internlm2_5-7b-chat-1m-GGUF:Q2_K
- Ollama
How to use tensorblock/internlm2_5-7b-chat-1m-GGUF with Ollama:
ollama run hf.co/tensorblock/internlm2_5-7b-chat-1m-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/internlm2_5-7b-chat-1m-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/internlm2_5-7b-chat-1m-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/internlm2_5-7b-chat-1m-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/internlm2_5-7b-chat-1m-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/internlm2_5-7b-chat-1m-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/internlm2_5-7b-chat-1m-GGUF:Q2_K
- Lemonade
How to use tensorblock/internlm2_5-7b-chat-1m-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/internlm2_5-7b-chat-1m-GGUF:Q2_K
Run and chat with the model
lemonade run user.internlm2_5-7b-chat-1m-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Keep Q2_K/Q3_K_M gguf only
Browse files- internlm2_5-7b-chat-1m-Q3_K_L.gguf +0 -3
- internlm2_5-7b-chat-1m-Q3_K_S.gguf +0 -3
- internlm2_5-7b-chat-1m-Q4_0.gguf +0 -3
- internlm2_5-7b-chat-1m-Q4_K_M.gguf +0 -3
- internlm2_5-7b-chat-1m-Q4_K_S.gguf +0 -3
- internlm2_5-7b-chat-1m-Q5_0.gguf +0 -3
- internlm2_5-7b-chat-1m-Q5_K_M.gguf +0 -3
- internlm2_5-7b-chat-1m-Q5_K_S.gguf +0 -3
- internlm2_5-7b-chat-1m-Q6_K.gguf +0 -3
- internlm2_5-7b-chat-1m-Q8_0.gguf +0 -3
internlm2_5-7b-chat-1m-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d876439ab600eec1de69e893603222bd8c147b7ef7c3bf41e90a865880174623
|
| 3 |
-
size 4133418112
|
|
|
|
|
|
|
|
|
|
|
|
internlm2_5-7b-chat-1m-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:71b0eb1a2f7c79768322c89f5c94519af3a149d2fbaa59f9b3de98329dfc5f19
|
| 3 |
-
size 3475960960
|
|
|
|
|
|
|
|
|
|
|
|
internlm2_5-7b-chat-1m-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:60f2942d2f104c22adbfa5f7a5e814491b141c540fc3362099491a730c2f4a35
|
| 3 |
-
size 4453246080
|
|
|
|
|
|
|
|
|
|
|
|
internlm2_5-7b-chat-1m-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7f97d3662f34c358f2ed5599f9dde2c992a6504e800baf13f5edcb00f3591940
|
| 3 |
-
size 4712768640
|
|
|
|
|
|
|
|
|
|
|
|
internlm2_5-7b-chat-1m-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5fd418a8f450f7e08d3745fff8379364dbcd8fe57f78de412eb83e30ea80f441
|
| 3 |
-
size 4484703360
|
|
|
|
|
|
|
|
|
|
|
|
internlm2_5-7b-chat-1m-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b53d4b4e20912c7fc1552111ecabc69ba8f56755e2ff042c853a7c0516d30da3
|
| 3 |
-
size 5373043840
|
|
|
|
|
|
|
|
|
|
|
|
internlm2_5-7b-chat-1m-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ad82f881ea221dd8be3bd9123df32b44ac072cd491e3fcf2d3576a8f7a5d4262
|
| 3 |
-
size 5506737280
|
|
|
|
|
|
|
|
|
|
|
|
internlm2_5-7b-chat-1m-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3e234443bfd82a8c2a94d4feefcc58d91894d9211b5b47994cbffac48813dfa4
|
| 3 |
-
size 5373043840
|
|
|
|
|
|
|
|
|
|
|
|
internlm2_5-7b-chat-1m-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:55697d14f336f9f4ee78d4b1b5118d17a9e79e73187a5987ccf55a4c727dfc8d
|
| 3 |
-
size 6350328960
|
|
|
|
|
|
|
|
|
|
|
|
internlm2_5-7b-chat-1m-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e24b592a1dc5cf9b6468d0cf7f90019a872487fe350753b8dc26b7f1ebb20b5b
|
| 3 |
-
size 8224240768
|
|
|
|
|
|
|
|
|
|
|
|