Skip to content

Adding tutorial for gpu quantization using torchao #2730

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

Merged
merged 58 commits into from
Feb 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
58 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
fff7016
Merge branch 'main' into 099_gpu_quant
svekars Jan 28, 2024
c89b3ab
Merge branch 'main' into 099_gpu_quant
svekars Jan 29, 2024
2a865a6
Merge branch 'main' into 099_gpu_quant
svekars Jan 29, 2024
0b7f773
Merge branch 'main' into 099_gpu_quant
svekars Jan 30, 2024
95e1b5e
Test
svekars Jan 31, 2024
4b8f8b0
Test
svekars Jan 31, 2024
fde56be
undo
svekars Jan 31, 2024
b4cad7a
changing to 16x machine
HDCharles Jan 31, 2024
18b5d56
fix typo
svekars Jan 31, 2024
59c9e77
Merge branch 'main' into 099_gpu_quant
svekars Feb 5, 2024
dd1e192
Merge branch 'main' into 099_gpu_quant
svekars Feb 5, 2024
053505b
Update metadata.json
svekars Feb 5, 2024
2e78433
Update metadata.json
svekars Feb 5, 2024
05b0c6f
Update metadata.json
svekars Feb 5, 2024
8fc0a6c
Update metadata.json
svekars Feb 5, 2024
1e3d52c
Update metadata.json
svekars Feb 5, 2024
0838518
Update metadata.json
svekars Feb 5, 2024
7b3282a
Update metadata.json
svekars Feb 5, 2024
bd3f311
Update metadata.json
svekars Feb 6, 2024
1d36490
Update metadata.json
svekars Feb 6, 2024
7c05b6b
Merge branch 'main' into 099_gpu_quant
svekars Feb 6, 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 metadata.json
  • Loading branch information
svekars authored Feb 5, 2024
commit 05b0c6fa3e55109e7467bc613f868ba9a10119a4
3 changes: 3 additions & 0 deletions .jenkins/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"intermediate_source/model_parallel_tutorial.py": {
"needs": "linux.16xlarge.nvidia.gpu"
},
"intermediate_source/torchvision_tutorial.py": {
"needs": "linux.g5.4xlarge.nvidia.gpu"
},
"advanced_source/coding_ddpg.py": {
"needs": "linux.g5.4xlarge.nvidia.gpu"
},
Expand Down