Instructions to use FILM6912/typhoon-ocr-7b 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 FILM6912/typhoon-ocr-7b 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 FILM6912/typhoon-ocr-7b:Q4_K_M # Run inference directly in the terminal: llama cli -hf FILM6912/typhoon-ocr-7b:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf FILM6912/typhoon-ocr-7b:Q4_K_M # Run inference directly in the terminal: llama cli -hf FILM6912/typhoon-ocr-7b:Q4_K_M
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 FILM6912/typhoon-ocr-7b:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf FILM6912/typhoon-ocr-7b:Q4_K_M
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 FILM6912/typhoon-ocr-7b:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf FILM6912/typhoon-ocr-7b:Q4_K_M
Use Docker
docker model run hf.co/FILM6912/typhoon-ocr-7b:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use FILM6912/typhoon-ocr-7b with Ollama:
ollama run hf.co/FILM6912/typhoon-ocr-7b:Q4_K_M
- Unsloth Studio
How to use FILM6912/typhoon-ocr-7b 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 FILM6912/typhoon-ocr-7b 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 FILM6912/typhoon-ocr-7b to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for FILM6912/typhoon-ocr-7b to start chatting
- Docker Model Runner
How to use FILM6912/typhoon-ocr-7b with Docker Model Runner:
docker model run hf.co/FILM6912/typhoon-ocr-7b:Q4_K_M
- Lemonade
How to use FILM6912/typhoon-ocr-7b with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull FILM6912/typhoon-ocr-7b:Q4_K_M
Run and chat with the model
lemonade run user.typhoon-ocr-7b-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- GGUF/mmproj-typhoon-ocr-7b.F16.gguf +3 -0
- GGUF/typhoon-ocr-7b.F16.gguf +2 -2
- GGUF/typhoon-ocr-7b.Q4_0.gguf +3 -0
- GGUF/typhoon-ocr-7b.Q8_0.gguf +2 -2
.gitattributes
CHANGED
|
@@ -37,3 +37,5 @@ GGUF/typhoon-ocr-7b.F16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
GGUF/typhoon-ocr-7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
GGUF/typhoon-ocr-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 37 |
GGUF/typhoon-ocr-7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
GGUF/typhoon-ocr-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
GGUF/mmproj-typhoon-ocr-7b.F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
GGUF/typhoon-ocr-7b.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
GGUF/mmproj-typhoon-ocr-7b.F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16bdc2c068ce48644f440218bfa6e0815825ac097026910236bac9abec9b7087
|
| 3 |
+
size 1354163200
|
GGUF/typhoon-ocr-7b.F16.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d816fe0c5d9578737ca26dd3e3cf5c305058b480f8486fe12221e2878d716f66
|
| 3 |
+
size 15237851936
|
GGUF/typhoon-ocr-7b.Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ee7a16e04db98daf99b2b0706e2ab1e72c9659d36bf2aceac06660a97a16478
|
| 3 |
+
size 4431389472
|
GGUF/typhoon-ocr-7b.Q8_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb945385590f427eec84e258e2c2f756f9aa5c021864258abfce0b6383fd2944
|
| 3 |
+
size 8098523936
|