Instructions to use Trilogix1/Hugston-microsoft-Fara-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Trilogix1/Hugston-microsoft-Fara-7B with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Trilogix1/Hugston-microsoft-Fara-7B", filename="Hugston-microsoft-Fara-7B-F16-f16.gguf", )
llm.create_chat_completion( messages = "\"I like you. I love you\"" )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Trilogix1/Hugston-microsoft-Fara-7B with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Trilogix1/Hugston-microsoft-Fara-7B:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Trilogix1/Hugston-microsoft-Fara-7B:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Trilogix1/Hugston-microsoft-Fara-7B:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Trilogix1/Hugston-microsoft-Fara-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 Trilogix1/Hugston-microsoft-Fara-7B:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Trilogix1/Hugston-microsoft-Fara-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 Trilogix1/Hugston-microsoft-Fara-7B:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Trilogix1/Hugston-microsoft-Fara-7B:Q4_K_M
Use Docker
docker model run hf.co/Trilogix1/Hugston-microsoft-Fara-7B:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Trilogix1/Hugston-microsoft-Fara-7B with Ollama:
ollama run hf.co/Trilogix1/Hugston-microsoft-Fara-7B:Q4_K_M
- Unsloth Studio
How to use Trilogix1/Hugston-microsoft-Fara-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 Trilogix1/Hugston-microsoft-Fara-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 Trilogix1/Hugston-microsoft-Fara-7B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Trilogix1/Hugston-microsoft-Fara-7B to start chatting
- Docker Model Runner
How to use Trilogix1/Hugston-microsoft-Fara-7B with Docker Model Runner:
docker model run hf.co/Trilogix1/Hugston-microsoft-Fara-7B:Q4_K_M
- Lemonade
How to use Trilogix1/Hugston-microsoft-Fara-7B with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Trilogix1/Hugston-microsoft-Fara-7B:Q4_K_M
Run and chat with the model
lemonade run user.Hugston-microsoft-Fara-7B-Q4_K_M
List all available models
lemonade list
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,63 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Fara-7B: An Efficient Agentic Model for Computer Use
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 4 |
+
pipeline_tag: text-classification
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
Trilogix1/Hugston-microsoft-Fara-7B pipeline_tag: text-generation tags:
|
| 9 |
+
# Microsoft
|
| 10 |
+
# 7B
|
| 11 |
+
# Hugston
|
| 12 |
+
# Hugston-microsoft-Fara-7B
|
| 13 |
+
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Original weights at: https://huggingface.co/microsoft/Fara-7B
|
| 17 |
+
|
| 18 |
+
This model is converted and quantized version by Hugston Team created with Quanta (see Github to know more about it).
|
| 19 |
+
This is a real, proof-of-concept and implementation on how to convert and quantize a .safetensor llm model in GGUF.
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+

|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
Quantization was performed using an automatic and faster method, which leads to less time and faster results.
|
| 27 |
+
|
| 28 |
+
This model was made possible by: https://Hugston.com
|
| 29 |
+
|
| 30 |
+
You can use the model with HugstonOne Enterprise Edition
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
Tested in general tasks.
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+

|
| 39 |
+
|
| 40 |
+
---
|
| 41 |
+
|
| 42 |
+
Watch HugstonOne coding and preview in action:
|
| 43 |
+
---
|
| 44 |
+
https://vimeo.com/1121493834?share=copy&fl=sv&fe=ci
|
| 45 |
+
Usage
|
| 46 |
+
---
|
| 47 |
+
-Download App HugstonOne at Hugston.com or at https://github.com/Mainframework
|
| 48 |
+
---
|
| 49 |
+
-Download model from https://hugston.com/explore?folder=llm_models or Huggingface
|
| 50 |
+
---
|
| 51 |
+
-If you already have the Llm Model downloaded chose it by clicking pick model in HugstonOne -Then click Load model in Cli or Server
|
| 52 |
+
|
| 53 |
+
---
|
| 54 |
+
|
| 55 |
+
-For multimodal use you need a VL/multimodal LLM model with the Mmproj file in the same folder. -Select model and select mmproj.
|
| 56 |
+
|
| 57 |
+
---
|
| 58 |
+
|
| 59 |
+
-Note: if the mmproj is inside the same folder with other models non multimodal, the non model will not load unless the mmproj is moved from folder.
|
| 60 |
+
|
| 61 |
---
|
| 62 |
|
| 63 |
# Fara-7B: An Efficient Agentic Model for Computer Use
|