Preload format fix preventing factory rebuilds

#1
by chris-rannou HF Staff - opened
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -10,10 +10,7 @@ app_file: app.py
10
  pinned: true
11
  short_description: Map your dreams with a small model — no ChatGPT API.
12
  preload_from_hub:
13
- - repo_id: Qwen/Qwen2.5-7B-Instruct-GGUF
14
- filename: qwen2.5-7b-instruct-q4_k_m-00001-of-00002.gguf
15
- - repo_id: Qwen/Qwen2.5-7B-Instruct-GGUF
16
- filename: qwen2.5-7b-instruct-q4_k_m-00002-of-00002.gguf
17
  startup_duration_timeout: 45m
18
  # rebuild: cc5f140 force fresh build 2026-06-03
19
  ---
 
10
  pinned: true
11
  short_description: Map your dreams with a small model — no ChatGPT API.
12
  preload_from_hub:
13
+ - Qwen/Qwen2.5-7B-Instruct-GGUF qwen2.5-7b-instruct-q4_k_m-00001-of-00002.gguf,qwen2.5-7b-instruct-q4_k_m-00002-of-00002.gguf
 
 
 
14
  startup_duration_timeout: 45m
15
  # rebuild: cc5f140 force fresh build 2026-06-03
16
  ---