We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c18f63 + a4c9b68 commit 0956e93Copy full SHA for 0956e93
1 file changed
inference/core/env.py
@@ -88,7 +88,7 @@
88
)
89
90
# Perception Encoder model ID
91
-PERCEPTION_ENCODER_MODEL_ID = f"perception-encoder/{PERCEPTION_ENCODER_VERSION_ID}"
+PERCEPTION_ENCODER_MODEL_ID = f"perception_encoder/{PERCEPTION_ENCODER_VERSION_ID}"
92
93
# Gaze version ID, default is "L2CS"
94
GAZE_VERSION_ID = os.getenv("GAZE_VERSION_ID", "L2CS")
0 commit comments