You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user_guide/model_registration/frameworks/huggingfacemodel.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Load a `ImageSegmentationPipeline <https://huggingface.co/docs/transformers/main
42
42
Prepare a Custom Conda Pack
43
43
===========================
44
44
45
-
You can start with the PyTorch conda pack with slug ``pytorch110_p38_cpu_v1``.
45
+
To do a image segmentation model, you can start with the PyTorch conda pack with slug ``pytorch110_p38_cpu_v1``.
46
46
47
47
#. Run ``pip install timm`` since image segmentation model requires ``timm``.
48
48
#. Then use ``odsc conda init -b your_bucket_name -n bucket_namespace`` to config where to store the published conda pack if you have not done this yet.
0 commit comments