mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
update torch versions
This commit is contained in:
parent
33618bc030
commit
d16e6202fb
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +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 \
|
||||
torchvision==0.19.0 \
|
||||
torch==2.6.0 \
|
||||
torchvision==0.21.0 \
|
||||
--index-url https://download.pytorch.org/whl/cpu
|
||||
|
||||
echo "====================PYTHON UV ===================="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue