We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05506e0 commit 3b9910dCopy full SHA for 3b9910d
docs/source/user_guide/model_registration/frameworks/huggingfacemodel.rst
@@ -206,7 +206,7 @@ Example
206
)
207
208
## Initiate a HuggingFacePipelineModel instance
209
- zero_shot_image_classification_model = HuggingFacePipelineModel(classifier, artifact_dir=empfile.mkdtemp())
+ zero_shot_image_classification_model = HuggingFacePipelineModel(classifier, artifact_dir=tempfile.mkdtemp())
210
211
# Autogenerate score.py, serialized model, runtime.yaml
212
conda_pack_path = "oci://bucket@namespace/path/to/conda/pack"
0 commit comments