Skip to content

Commit 2dc81e5

Browse files
jcaipsvekars
andauthored
Update semi-structured sparse tutorial (#2833)
Convert to Python and update for 2.3 --------- Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 6771cf5 commit 2dc81e5

File tree

5 files changed

+678
-0
lines changed

5 files changed

+678
-0
lines changed

.ci/docker/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ torchmultimodal-nightly # needs to be updated to stable as soon as it's avaialab
3838
onnx
3939
onnxscript
4040
onnxruntime
41+
evaluate
42+
accelerate>=0.20.1
4143

4244
importlib-metadata==6.8.0
4345

.jenkins/metadata.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py": {
4949
"needs": "linux.g5.4xlarge.nvidia.gpu"
5050
},
51+
"advanced_source/semi_structured_sparse.py": {
52+
"needs": "linux.g5.4xlarge.nvidia.gpu"
53+
},
5154
"prototype_source/gpu_quantization_torchao_tutorial.py": {
5255
"needs": "linux.g5.4xlarge.nvidia.gpu"
5356
}

0 commit comments

Comments
 (0)