mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-22 19:56:25 +00:00
fix(training): use torch 2.5.1+cu124 (2.3.1 unavailable on cu124 index)
Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
12106939f1
commit
ace0b276d2
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
|
||||
# Core ML dependencies (single layer for cache efficiency)
|
||||
RUN pip install \
|
||||
torch==2.3.1 --index-url https://download.pytorch.org/whl/cu124 \
|
||||
torch==2.5.1 --index-url https://download.pytorch.org/whl/cu124 \
|
||||
&& pip install \
|
||||
transformers>=4.44.0 \
|
||||
peft>=0.12.0 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue