Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ai-service/requirements-intel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ scipy==1.15.3
scikit-learn==1.6.1

# Deep Learning (Intel-compatible versions)
torch==2.9.1
torchvision==0.24.1
torch==2.12.0
torchvision==0.27.0

# TensorBoard
tensorboard==2.20.0
Expand Down
6 changes: 3 additions & 3 deletions ai-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ scikit-learn==1.6.1

# Deep Learning for Self-Improving AI
# PyTorch - Neural networks for position evaluation and policy learning
# Note: torchvision 0.21.0 requires torch==2.9.1; this pair is validated for
# Note: torchvision 0.21.0 requires torch==2.12.0; this pair is validated for
# Python 3.10/3.11 and numpy 2.2.x via Wave 3-D (dl-torch) guardrails.
torch==2.9.1
torchvision==0.24.1
torch==2.12.0
torchvision==0.27.0

# TensorBoard - Training monitoring and visualization
tensorboard==2.20.0
Expand Down
Loading