Skip to content

Commit

Permalink
Final PyTorch 1.8 release - freeze requirements (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotx-eva authored Jul 5, 2024
1 parent c6aac8a commit 3f422a7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ADI MAX78000/MAX78002 Model Training and Synthesis

June 25, 2024
July 2, 2024

**Note: This branch is compatible with PyTorch 1.8. Please go to the “pytorch-2” branch for PyTorch 2.3 compatibility.**
**Note: This archived branch is compatible with PyTorch 1.8. Please go to the “develop” branch for PyTorch 2 compatibility.**

ADI’s MAX78000/MAX78002 project is comprised of five repositories:

Expand Down
Binary file modified README.pdf
Binary file not shown.
23 changes: 11 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
numpy>=1.22,<1.23
PyYAML>=5.1.1
six>=1.12.0
scipy>=1.3.0
numpy==1.22.4
PyYAML==6.0.1
scipy==1.10.1
torch==1.8.1
pytest~=4.6.4
onnx>=1.9.0
GitPython>=3.1.18
PyGithub>=1.55
rich>=11.2.0
protobuf>=3.20.1,<4.0
xxhash>=3.0.0
matplotlib>=3.6.0
pytest==4.6.11
onnx==1.16.1
GitPython==3.1.43
PyGithub==2.3.0
rich==13.7.1
protobuf==3.20.3
xxhash==3.4.1
matplotlib==3.7.5

0 comments on commit 3f422a7

Please sign in to comment.