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

Compatible with Jetson AGX Orin #48

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,4 @@ We will try our best to release
primaryClass={cs.CV},
url={https://arxiv.org/abs/2410.10629},
}
```
```
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"gradio",
"image-reward",
"ipdb",
"mmcv==1.7.2",
"mmcv==2.2.0",
"omegaconf",
"opencv-python",
"optimum",
Expand All @@ -38,13 +38,13 @@ dependencies = [
"tensorboard",
"tensorboardX",
"timm",
"torchaudio==2.4.0",
"torchvision==0.19",
"torchaudio==2.5.0",
"torchvision==0.20.0",
"transformers",
"triton==3.0.0",
"triton==3.1.0",
"wandb",
"webdataset",
"xformers==0.0.27.post2",
"xformers",
"yapf",
"spaces",
"matplotlib",
Expand Down