-
Notifications
You must be signed in to change notification settings - Fork 3
Loading Local Large Language Model in DictTango
Jimex edited this page Nov 23, 2024
·
6 revisions
- Download the local large language model file and save it to your device.
- In DictTango, add the AI service and select "Local LLM" as the service provider.
- Select the local LLM model file
- Add an AI prompt or directly click "AI Chat" on the home page.
- You can use models from Ollama directly: https://ollama.com/library
- Llama 3.2 1B : https://huggingface.co/bartowski/Llama-3.2-1B-Instruct-GGUF/blob/main/Llama-3.2-1B-Instruct-Q4_0_4_4.gguf
- Llama 3.2 3B : https://huggingface.co/bartowski/Llama-3.2-3B-Instruct-GGUF/blob/main/Llama-3.2-3B-Instruct-Q4_0_4_4.gguf
- TinyLlama 1.1B (f16, 2.2 GiB): Download here
- Phi-2 7B (Q4_0, 1.6 GiB): Download here
- Phi 2 DPO (Q3_K_M, 1.48 GiB): Download here