Spaces:
Running
Running
docs: 添加 Hugging-face 站点代理信息及使用说明
Browse files
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/>
|