mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +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
|
- metrics: Optional[Dict] - Additional training metrics
|
||||||
- status_logs: Optional[List] - Detailed logs of status changes
|
- status_logs: Optional[List] - Detailed logs of status changes
|
||||||
"""
|
"""
|
||||||
print("Using local Llama Stack Customizer API")
|
|
||||||
response = await self._make_request(
|
response = await self._make_request(
|
||||||
"GET",
|
"GET",
|
||||||
f"/v1/customization/jobs/{job_uuid}/status",
|
f"/v1/customization/jobs/{job_uuid}/status",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue