mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
Remove print statement
This commit is contained in:
parent
6346024fa3
commit
6b6d8d70a5
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ class NvidiaPostTrainingAdapter(ModelRegistryHelper):
|
|||
- metrics: Optional[Dict] - Additional training metrics
|
||||
- status_logs: Optional[List] - Detailed logs of status changes
|
||||
"""
|
||||
print("Using local Llama Stack Customizer API")
|
||||
response = await self._make_request(
|
||||
"GET",
|
||||
f"/v1/customization/jobs/{job_uuid}/status",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue