Skip to content

095 test #2749

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

Closed
wants to merge 53 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
ae631ce
Adding tutorial for gpu quantization using torchao
HDCharles Jan 12, 2024
70bfbfb
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
7fccbc6
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
08b3ba8
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
58aeb0b
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
c7dd331
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
e7179c8
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
3975159
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
c958f1f
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
d1cfabc
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
78c2799
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
b9917a8
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
2a3e043
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
3273eb5
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
0abf398
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
bf73c20
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
3b6fcbd
Update prototype_source/gpu_quantization_torchao_tutorial.py
HDCharles Jan 12, 2024
58591ab
Apply suggestions from code review
HDCharles Jan 12, 2024
725f660
Changing SAM to Segment Anything [Model]
HDCharles Jan 12, 2024
db850d8
Changing SAM to Segment Anything [Model]
HDCharles Jan 12, 2024
8f0c43c
Apply suggestions from code review
svekars Jan 16, 2024
84ecf83
Changing SAM to Segment Anything [Model]
HDCharles Jan 12, 2024
d6e395b
Changing SAM to Segment Anything [Model]
HDCharles Jan 12, 2024
373c9ac
Changing SAM to Segment Anything [Model]
HDCharles Jan 12, 2024
d3da40d
Changing SAM to Segment Anything [Model]
HDCharles Jan 12, 2024
8752ef0
Changing SAM to Segment Anything [Model]
HDCharles Jan 12, 2024
c382726
Move download to download.py, put on a better worker
svekars Jan 25, 2024
2be57bb
Small fix
svekars Jan 25, 2024
da75765
Small fix
svekars Jan 25, 2024
905f590
Update
svekars Jan 25, 2024
2fb562f
Update
svekars Jan 25, 2024
92ec34d
Don't unzip, download to the prototype/data dir
svekars Jan 25, 2024
bf2dec6
Update
svekars Jan 25, 2024
fa93b12
Update requirements.txt
svekars Jan 26, 2024
a512191
Update requirements.txt
svekars Jan 26, 2024
9c0f0d7
Update requirements.txt
svekars Jan 26, 2024
ff322b3
Update requirements.txt
svekars Jan 26, 2024
4452aa8
test torchao dependency
HDCharles Jan 27, 2024
9934685
Update .jenkins/metadata.json
malfet Jan 27, 2024
b4c98a6
remove torchao dep
HDCharles Jan 29, 2024
e89b21a
adding time to tutorial
HDCharles Jan 29, 2024
51fd394
adding time to tutorial
HDCharles Jan 29, 2024
208a0dd
remove torchao dep
HDCharles Jan 29, 2024
6db7c37
remove SAM dep
HDCharles Jan 30, 2024
2cd355b
Merge branch 'main' into 095_test
svekars Jan 30, 2024
c3a020c
test
svekars Jan 30, 2024
18fb783
Merge branch 'main' into 095_test
svekars Jan 30, 2024
b1c3fde
Undo last commit
svekars Jan 30, 2024
bcc62ce
Merge branch '095_test' of github.com:pytorch/tutorials into 095_test
svekars Jan 30, 2024
7c3fc94
Merge branch 'main' into 095_test
svekars Jan 30, 2024
6b8332f
adding back torchao and SAM dep
HDCharles Jan 31, 2024
cce1bcc
add metadata.json
HDCharles Jan 31, 2024
31a7e52
trying 16x
HDCharles Jan 31, 2024
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
Prev Previous commit
Next Next commit
Update prototype_source/gpu_quantization_torchao_tutorial.py
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
  • Loading branch information
HDCharles and svekars committed Jan 26, 2024
commit bf73c2051986bc92ed8ca395ec4ab3abf30a0ca9
2 changes: 1 addition & 1 deletion prototype_source/gpu_quantization_torchao_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_sam_model(only_one_block=False, batchsize=1):
#
# We’ll focus on just a single block at first to make the analysis easier.
#
# Lets start by measuring the baseline runtime.
# Let's start by measuring the baseline runtime.
#

model, image = get_sam_model(only_one_block, batchsize)
Expand Down