Commit
·
c9e6916
1
Parent(s):
bd7ffdb
Upload 2 files
Browse files
onetrainer/01_update_onetrainer.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
How To Update OneTrainer To The Latest Version On MassedCompute Virtual Machine
|
2 |
+
Open a terminal
|
3 |
+
Execute below commands to move into OneTrainer folder, activate its conda VENV and update it
|
4 |
+
|
5 |
+
cd /home/Ubuntu/apps/OneTrainer
|
6 |
+
source venv/bin/activate
|
7 |
+
./update.sh
|
onetrainer/02_fix_xformers.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
How To Fix OneTrainer xFormers Version After Update On MassedCompute
|
2 |
+
|
3 |
+
cd /home/Ubuntu/apps/OneTrainer
|
4 |
+
conda activate ot
|
5 |
+
pip install https://huggingface.co/MonsterMMORPG/SECourses/resolve/main/xformers-0.0.24-cp310-cp310-manylinux2014_x86_64.whl
|