mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
- comment out package-watcher as it's not compatible with the new docker waiting on the compiler proper release workflow to update this - update setup_env target to be docker and bare env friendly (workaround) - update torch_requirements.txt refs #809
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
torch==1.10.0; sys_platform=="darwin"
|
|
torch==1.10.0+cpu; sys_platform=="linux"
|
|
torch==1.10.0+cpu; sys_platform=="win32"
|
|
|
|
torchvision==0.11.1; sys_platform=="darwin"
|
|
torchvision==0.11.1+cpu; sys_platform=="linux"
|
|
torchvision==0.11.1+cpu; sys_platform=="win32"
|