Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Oct 31, 2024
1 parent e8add2c commit 649e3f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ python manage.py migrate --settings escriptorium.local_settings
python manage.py makemessages --all --add-location file --settings escriptorium.local_settings
python manage.py compilemessages --settings escriptorium.local_settings

pip install --pre --upgrade torch==1.10.1+cu113 torchvision -f https://download.pytorch.org/whl/torch/
#pip install --pre --upgrade torch==1.10.1+cu113 torchvision -f https://download.pytorch.org/whl/torch/
#pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu113/torch_nightly.html -U

pip install "celery<5.0.0" # wegen celery.task
celery -A escriptorium worker -l INFO
## Run

python manage.py runserver --settings escriptorium.local_settings --verbosity 3 0.0.0.0:8080
celery --app escriptorium worker --loglevel DEBUG --detach --logfile escriptorium/logs/celery-20220201.log
Expand Down

0 comments on commit 649e3f2

Please sign in to comment.