码上灵感
  • 经验

    • 服务器

      • 操作系统
      • 网络配置
      • ssh配置
      • 压力测试
      • IPMI
    • 基础工具

      • xshell
      • xftp
    • 基础环境

      • anaconda
      • v2ray
      • cuda
      • docker
      • nginx
      • ufw
      • git lfs 大文件
    • ubuntu

      • virtualbox
    • minio

      • 安装
    • postgres

      • 安装
    • AI相关折腾

      • maxkb
      • huggingface
      • vllm
      • ktransformers
      • wan2.1
    • 疑难杂症

      • ubuntu自动更新
      • xshell隧道转发失败
      • video自动播放不成功的问题
      • 3d模型快速生成

huggingface

拉取文件有两种方式 通过代理从官方仓库拉取,关于代理请参见 v2ray

export http_proxy = "http://127.0.0.1:11809"
export https_proxy = "http://127.0.0.1:11809"
git clone ...
...

另一种是通过镜像源,例如 https://hf-mirror.com

Prev
maxkb
Next
vllm