Skip to content

Commit

Permalink
Minor documentation and requirements update (analogdevicesinc#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotx-eva authored Aug 28, 2024
1 parent 424b457 commit 14790f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ADI MAX78000/MAX78002 Model Training and Synthesis

July 5, 2024
July 22, 2024

**Note: This branch requires PyTorch 2. Please see the archive-1.8 branch for PyTorch 1.8 support. [KNOWN_ISSUES](KNOWN_ISSUES.txt) contains a list of known issues.**

Expand Down Expand Up @@ -421,7 +421,7 @@ For minor updates, pull the latest code and install the updated wheels:
(ai8x-training) $ git pull
(ai8x-training) $ git submodule update --init
(ai8x-training) $ pip3 install -U pip setuptools
(ai8x-training) $ pip3 install -U -r requirements.txt # or requirements-xxx.txt, as shown above
(ai8x-training) $ pip3 install -U -r requirements.txt # add --extra-index-url if needed, as shown above
```

##### MSDK Updates
Expand Down
Binary file modified README.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GitPython==3.1.43
PyGithub==2.3.0
PyYAML==6.0.1
matplotlib==3.9.0
matplotlib==3.9.1
numpy==1.26.4
onnx==1.16.1
pytest==8.2.2
pytest==8.3.2
rich==13.7.1
torch==2.3.1
xxhash==3.4.1

0 comments on commit 14790f8

Please sign in to comment.