mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
torch version fix, cron chmod fix
This commit is contained in:
parent
8edcb957b9
commit
80abbdd301
2 changed files with 6 additions and 5 deletions
|
|
@ -47,9 +47,8 @@ source /opt/venv/bin/activate
|
|||
pip install --no-cache-dir --upgrade pip ipython requests
|
||||
# Install some packages in specific variants
|
||||
pip install --no-cache-dir \
|
||||
torch==2.4.0+cpu \
|
||||
torchvision==0.19.0+cpu \
|
||||
torchaudio==2.4.0+cpu \
|
||||
torch==2.4.0 \
|
||||
torchvision==0.19.0 \
|
||||
--index-url https://download.pytorch.org/whl/cpu
|
||||
|
||||
echo "====================PYTHON UV ===================="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue