preparebuddy commited on
Commit
d2819e9
·
verified ·
1 Parent(s): 7d2e9c6

card: GGUF as primary local/LM Studio option

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -25,12 +25,14 @@ trained on PrepareBuddy's own curated IELTS content.
25
 
26
  Built by **PrepareBuddy**. A fine-tune of SmolLM3-3B — **not** a from-scratch foundation model.
27
 
28
- **Run it three ways:**
29
- - 🖥️ **Locally on a Mac (fast)** — the [MLX build](https://huggingface.co/preparebuddy/ielts-3b-mlx)
30
- runs in **LM Studio** or `mlx-lm` on Apple Silicon.
 
 
31
  - 🐍 **In code** — `transformers` (this repo); see [Usage](#usage-transformers) below.
32
  - 🌐 **In your browser** — the [demo Space](https://huggingface.co/spaces/preparebuddy/ielts-3b-demo)
33
- (free tier — may be slow; pick a section, type, difficulty and topic, and generate).
34
 
35
  ---
36
 
 
25
 
26
  Built by **PrepareBuddy**. A fine-tune of SmolLM3-3B — **not** a from-scratch foundation model.
27
 
28
+ **Run it anywhere:**
29
+ - 🖥️ **LM Studio / Ollama / llama.cpp** — the [GGUF build](https://huggingface.co/preparebuddy/ielts-3b-gguf)
30
+ (Q8_0, runs on Mac / Windows / Linux). **Easiest for most people.**
31
+ - 🍎 **Apple Silicon (MLX)** — the [MLX build](https://huggingface.co/preparebuddy/ielts-3b-mlx)
32
+ (`mlx-lm`, or LM Studio's MLX runtime).
33
  - 🐍 **In code** — `transformers` (this repo); see [Usage](#usage-transformers) below.
34
  - 🌐 **In your browser** — the [demo Space](https://huggingface.co/spaces/preparebuddy/ielts-3b-demo)
35
+ (free tier — may be slow).
36
 
37
  ---
38