Skip to content

Commit

Permalink
for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 6, 2024
1 parent 2561f66 commit 1a5f087
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vision_agent/tools/meta_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,10 @@ def florence2_fine_tuning(bboxes: List[Dict[str, Any]], task: str) -> str:
for bbox_input in bboxes_input
]
landing_api = LandingPublicAPI()
# fine_tune_id = str(
# landing_api.launch_fine_tuning_job("florencev2", task_type, fine_tuning_request)
# )
fine_tune_id = "af60e75b-8489-43c0-b635-96bfdb8168b0"
fine_tune_id = str(
landing_api.launch_fine_tuning_job("florencev2", task_type, fine_tuning_request)
)
fine_tune_id = "798db6c9-cc22-452c-8015-64a4f7e6b663"
print(f"[Florence2 fine tuning id: {fine_tune_id}]")
return fine_tune_id

Expand Down

0 comments on commit 1a5f087

Please sign in to comment.