• Skip to primary navigation
  • Skip to content
  • Skip to footer
军舰日志 军舰日志
  • 首页
  • 快捷键
  • 分类
  • 标签
  • 关于

    AutoTrain

    2024-10-03 less than 1 minute read

    本文目录

    • 安装
      • macOS
    • AutoTrain Advanced
    • AutoTrain Quickstart

    安装

    macOS

    conda create -n autotrain python=3.10
    conda activate autotrain
    pip install autotrain-advanced
    conda install pytorch torchvision torchaudio -c pytorch
    pip install numpy==1.26.0
    export HF_TOKEN=xxx
    autotrain app --port 8080 --host 127.0.0.1
    

    浏览器打开 http://127.0.0.1:8080/ui/ 以查看 AutoTrain 的界面。

    Updated: 2024-10-03

    Previous Next
    • GitHub
    © 2025 军舰日志. Powered by Jekyll & Minimal Mistakes.