Skip to content

Commit 0956e93

Browse files
Merge pull request #1343 from roboflow/fix/perception_encoder_model_id
Fix default name
2 parents 8c18f63 + a4c9b68 commit 0956e93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inference/core/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
)
8989

9090
# Perception Encoder model ID
91-
PERCEPTION_ENCODER_MODEL_ID = f"perception-encoder/{PERCEPTION_ENCODER_VERSION_ID}"
91+
PERCEPTION_ENCODER_MODEL_ID = f"perception_encoder/{PERCEPTION_ENCODER_VERSION_ID}"
9292

9393
# Gaze version ID, default is "L2CS"
9494
GAZE_VERSION_ID = os.getenv("GAZE_VERSION_ID", "L2CS")

0 commit comments

Comments
 (0)