File tree Expand file tree Collapse file tree 3 files changed +4559
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4559
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ export ENABLE_ASAN=${ENABLE_ASAN:-OFF}
2727export CPM_SOURCE_CACHE=${CPM_SOURCE_CACHE:-/ .cache.cpm}
2828export CCACHE_DIR=${CCACHE_DIR:-/ ccache}
2929
30- python3 -m pip install -r integrations/python/requirements-dev.txt --use-pep517
30+ python3 -m pip install uv
31+ python3 -m uv sync --extra cu12
32+ source .venv/bin/activate
3133
3234ccache --zero-stats || true
3335rm -rf ${BUILD_DIR} || true
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ dependencies = [
99 " pandas>=2.3.2" ,
1010 " sh>=2.2.2" ,
1111 " flax" ,
12- " torch==2.9 .0.dev20250909 " ,
13- " torchvision==0.24 .0.dev20250909 " ,
12+ " torch==2.10 .0.dev20251110 " ,
13+ " torchvision==0.25 .0.dev20251111 " ,
1414 " nanobind>=2.4, <3.0" ,
1515 " numpy>=1.19.5, <=2.1.2" ,
1616 " pybind11>=2.10.0, <=2.13.6" ,
You can’t perform that action at this time.
0 commit comments