Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates; add pointer to pytorch-2 branch #309

Merged
merged 1 commit into from
May 16, 2024
Merged
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "distiller"]
path = distiller
url = https://github.com/MaximIntegratedAI/distiller.git
url = https://github.com/analogdevicesinc/distiller.git
branch = pytorch-1.8
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ADI MAX78000/MAX78002 Model Training and Synthesis

April 19, 2024
May 16, 2024

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

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

Expand Down Expand Up @@ -63,7 +65,7 @@ Full support and documentation are provided for the following platform:

* CPU: 64-bit amd64/x86_64 “PC” with [Ubuntu Linux 20.04 LTS or 22.04 LTS](https://ubuntu.com/download/server)
* GPU for hardware acceleration (optional but highly recommended): Nvidia with [CUDA 11](https://developer.nvidia.com/cuda-toolkit-archive)
* [PyTorch 1.8.1 (LTS)](https://pytorch.org/get-started/locally/) on Python 3.8.x
* [PyTorch 1.8.1 (LTS)](https://pytorch.org/get-started/locally/) on Python 3.8.x. *Please use the “pytorch-2” branch for PyTorch 2.3 compatibility.*

Limited support and advice for using other hardware and software combinations is available as follows.

Expand Down
Binary file modified README.pdf
Binary file not shown.
Empty file modified models/ai85net-autoencoder.py
100755 → 100644
Empty file.
Empty file modified nas_auto_generator.py
100644 → 100755
Empty file.
Empty file modified notebooks/AutoEncoder_Evaluation.ipynb
100755 → 100644
Empty file.
Empty file modified train.py
100644 → 100755
Empty file.