更新 git忽略文件配置, triton地址修改

This commit is contained in:
zhouchengrong
2024-03-19 16:55:59 +08:00
parent 8973479756
commit 65baf3b56c
4 changed files with 11 additions and 11 deletions

View File

@@ -16,8 +16,7 @@
1. 安装依赖
$ conda create -n trinity_client_mixi python=3.9
$ conda create -n trinity_client_mixi -y
$ conda create -n trinity_client_mixi python=3.9 -y
$ conda activate trinity_client_mixi
$ pip install -r requirements.txt
$ conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia -y