Skip to content

Commit 7facbba

Browse files
authored
Merge branch 'main' into shivamr/profiler-recipe-format
2 parents 8bcb307 + 30d8869 commit 7facbba

34 files changed

+21
-5757
lines changed

.ci/docker/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ ax-platform>=0.4.0
3535
nbformat>=5.9.2
3636
datasets
3737
transformers
38-
torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialable
3938
onnx
4039
onnxscript>=0.2.2
4140
onnxruntime
@@ -64,7 +63,6 @@ gym-super-mario-bros==7.4.0
6463
pyopengl
6564
gymnasium[mujoco]==0.27.0
6665
timm
67-
iopath
6866
pygame==2.6.0
6967
pycocotools
7068
semilearn==0.3.2

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ download:
7878
wget -nv -N https://download.pytorch.org/models/resnet18-5c106cde.pth -P $(DATADIR)
7979
cp $(DATADIR)/resnet18-5c106cde.pth prototype_source/data/resnet18_pretrained_float.pth
8080

81-
# Download vocab for beginner_source/flava_finetuning_tutorial.py
82-
wget -nv -N http://dl.fbaipublicfiles.com/pythia/data/vocab.tar.gz -P $(DATADIR)
83-
tar $(TAROPTS) -xzf $(DATADIR)/vocab.tar.gz -C ./beginner_source/data/
84-
8581
# Download PennFudanPed dataset for intermediate_source/torchvision_tutorial.py
8682
wget https://www.cis.upenn.edu/~jshi/ped_html/PennFudanPed.zip -P $(DATADIR)
8783
unzip -o $(DATADIR)/PennFudanPed.zip -d intermediate_source/data/

_static/img/bert.png

-242 KB
Binary file not shown.

_static/img/compare_output.png

-26.4 KB
Binary file not shown.

_static/img/compare_stub.png

-22.3 KB
Binary file not shown.
-117 KB
Binary file not shown.

_static/img/quant_asym.png

-8.18 KB
Binary file not shown.
-1.93 MB
Binary file not shown.

_static/img/shadow.png

-15.2 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)