mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-02-19 11:56:43 -05:00
-
Install torchdynamo
git clone https://github.com/pytorch/torchdynamo.gitcd torchdynamopython -m pip install -r requirements.txtpython setup.py develop
-
Install functorch
python -m pip install -v "git+https://github.com/pytorch/pytorch.git@$(python -c "import torch.version; print(torch.version.git_version)")#subdirectory=functorch"
-
Run examples.
python shark/examples/shark_dynamo/basic_examples.py