Instructions to use FreedomIntelligence/Apollo-7B-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 FreedomIntelligence/Apollo-7B-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 FreedomIntelligence/Apollo-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf FreedomIntelligence/Apollo-7B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf FreedomIntelligence/Apollo-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf FreedomIntelligence/Apollo-7B-GGUF: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 FreedomIntelligence/Apollo-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf FreedomIntelligence/Apollo-7B-GGUF: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 FreedomIntelligence/Apollo-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf FreedomIntelligence/Apollo-7B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/FreedomIntelligence/Apollo-7B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use FreedomIntelligence/Apollo-7B-GGUF with Ollama:
ollama run hf.co/FreedomIntelligence/Apollo-7B-GGUF:Q4_K_M
- Unsloth Studio
How to use FreedomIntelligence/Apollo-7B-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 FreedomIntelligence/Apollo-7B-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 FreedomIntelligence/Apollo-7B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for FreedomIntelligence/Apollo-7B-GGUF to start chatting
- Docker Model Runner
How to use FreedomIntelligence/Apollo-7B-GGUF with Docker Model Runner:
docker model run hf.co/FreedomIntelligence/Apollo-7B-GGUF:Q4_K_M
- Lemonade
How to use FreedomIntelligence/Apollo-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull FreedomIntelligence/Apollo-7B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Apollo-7B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Nuo Chen commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,6 @@ Covering English, Chinese, French, Hindi, Spanish, Hindi, Arabic So far
|
|
| 18 |
|
| 19 |
## 🌈 Update
|
| 20 |
|
| 21 |
-
We sincerely thank [mradermacher](https://huggingface.co/mradermacher/Apollo-7B-GGUF) for the assistance in providing multiple versions of the GGUF model.
|
| 22 |
* **[2024.04.28]** We have updated multiple versions of the Apollo-7B GGUF model.
|
| 23 |
* **[2024.03.07]** [Paper](https://arxiv.org/abs/2403.03640) released.
|
| 24 |
* **[2024.02.12]** <a href="https://huggingface.co/datasets/FreedomIntelligence/ApolloCorpus" target="_blank">ApolloCorpus</a> and <a href="https://huggingface.co/datasets/FreedomIntelligence/XMedbench" target="_blank">XMedBench</a> is published!🎉
|
|
@@ -27,7 +26,7 @@ We sincerely thank [mradermacher](https://huggingface.co/mradermacher/Apollo-7B-
|
|
| 27 |
## Overview
|
| 28 |
|
| 29 |
| Type | Size/GB | Notes |
|
| 30 |
-
|:-
|
| 31 |
| [Q2_K](https://huggingface.co/FreedomIntelligence/Apollo-7B-GGUF/resolve/main/Apollo-7B.Q2_K.gguf) | 3.6 | |
|
| 32 |
| [IQ3_XS](https://huggingface.co/FreedomIntelligence/Apollo-7B-GGUF/resolve/main/Apollo-7B.IQ3_XS.gguf) | 3.9 | |
|
| 33 |
| [IQ3_S](https://huggingface.co/FreedomIntelligence/Apollo-7B-GGUF/resolve/main/Apollo-7B.IQ3_S.gguf) | 4.1 | beats Q3_K* |
|
|
@@ -180,7 +179,7 @@ We sincerely thank [mradermacher](https://huggingface.co/mradermacher/Apollo-7B-
|
|
| 180 |
|
| 181 |
## Acknowledgment
|
| 182 |
|
| 183 |
-
We sincerely thank [mradermacher](https://huggingface.co/mradermacher/Apollo-7B-GGUF) for the assistance in providing multiple versions of the Apollo-7B GGUF model
|
| 184 |
|
| 185 |
|
| 186 |
## Citation
|
|
|
|
| 18 |
|
| 19 |
## 🌈 Update
|
| 20 |
|
|
|
|
| 21 |
* **[2024.04.28]** We have updated multiple versions of the Apollo-7B GGUF model.
|
| 22 |
* **[2024.03.07]** [Paper](https://arxiv.org/abs/2403.03640) released.
|
| 23 |
* **[2024.02.12]** <a href="https://huggingface.co/datasets/FreedomIntelligence/ApolloCorpus" target="_blank">ApolloCorpus</a> and <a href="https://huggingface.co/datasets/FreedomIntelligence/XMedbench" target="_blank">XMedBench</a> is published!🎉
|
|
|
|
| 26 |
## Overview
|
| 27 |
|
| 28 |
| Type | Size/GB | Notes |
|
| 29 |
+
|:-|----:|:----|
|
| 30 |
| [Q2_K](https://huggingface.co/FreedomIntelligence/Apollo-7B-GGUF/resolve/main/Apollo-7B.Q2_K.gguf) | 3.6 | |
|
| 31 |
| [IQ3_XS](https://huggingface.co/FreedomIntelligence/Apollo-7B-GGUF/resolve/main/Apollo-7B.IQ3_XS.gguf) | 3.9 | |
|
| 32 |
| [IQ3_S](https://huggingface.co/FreedomIntelligence/Apollo-7B-GGUF/resolve/main/Apollo-7B.IQ3_S.gguf) | 4.1 | beats Q3_K* |
|
|
|
|
| 179 |
|
| 180 |
## Acknowledgment
|
| 181 |
|
| 182 |
+
We sincerely thank [mradermacher](https://huggingface.co/mradermacher/Apollo-7B-GGUF) for the assistance in providing multiple versions of the Apollo-7B GGUF model!
|
| 183 |
|
| 184 |
|
| 185 |
## Citation
|