appQQQ commited on
Commit
fc46923
·
verified ·
1 Parent(s): 812e7d3

chore: huggingface_hub delete_patterns note

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -35,7 +35,7 @@ chromadb>=0.5,<2.0 # 1.0+ Rust core
35
  rank-bm25>=0.2.2 # BM25 备用 (当前用 BGE-M3 稀疏通路, 留作降级)
36
 
37
  # ========== 持久化 ==========
38
- huggingface_hub>=0.30 # snapshot_download / upload_folder
39
 
40
  # ========== 分块 / NLP ==========
41
  tiktoken>=0.7 # token 计数
 
35
  rank-bm25>=0.2.2 # BM25 备用 (当前用 BGE-M3 稀疏通路, 留作降级)
36
 
37
  # ========== 持久化 ==========
38
+ huggingface_hub>=0.30 # snapshot_download / upload_folder / delete_patterns (需 >=0.20)
39
 
40
  # ========== 分块 / NLP ==========
41
  tiktoken>=0.7 # token 计数