Skip to content

Commit f1631c9

Browse files
committed
Remove temporary weights validation sentinel from fmpose3d.py, streamlining the inference API code. This change reflects the transition towards a more permanent solution for weight management.
1 parent 3bb81e5 commit f1631c9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

fmpose3d/inference_api/fmpose3d.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,6 @@ class _IngestedInput:
758758
# ---------------------------------------------------------------------------
759759

760760

761-
# FIXME @deruyter92: THIS IS TEMPORARY UNTIL WE DOWNLOAD THE WEIGHTS FROM HUGGINGFACE
762-
SKIP_WEIGHTS_VALIDATION = object() # sentinel value to indicate that the weights should not be validated
763761

764762
class FMPose3DInference:
765763
"""High-level, two-step inference API for FMPose3D.

0 commit comments

Comments
 (0)