Vanisper commited on
Commit
94b776a
·
1 Parent(s): 70bea70

docs: 添加 Hugging-face 站点代理信息及使用说明

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -15,4 +15,16 @@ license: mit
15
 
16
  论文页面:https://huggingface.co/papers/2311.12092
17
 
18
- 创建仓库:`huggingface-cli repo create ConceptSliders --type space --space_sdk gradio`
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  论文页面:https://huggingface.co/papers/2311.12092
17
 
18
+ 创建仓库:`huggingface-cli repo create ConceptSliders --type space --space_sdk gradio`
19
+
20
+ ---
21
+
22
+ 项目中需要在线下载模型时的 Hugging-face 站点代理问题。
23
+
24
+ 代理站:https://hf-mirror.com
25
+
26
+ ``` shell
27
+ export HF_ENDPOINT=https://hf-mirror.com
28
+ ```
29
+
30
+ 详见 <https://jixinlong.top/2024/05/11/%E4%B8%AD%E5%9B%BD%E4%BA%BA%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8Hugging-face/>