mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-21 20:18:52 +00:00
Updates to notebook; use direct requests to NeMo where needed
This commit is contained in:
parent
c04ab0133d
commit
57813f5606
6 changed files with 659 additions and 155 deletions
|
@ -408,7 +408,7 @@ class NvidiaPostTrainingAdapter(ModelRegistryHelper):
|
|||
if v is not None
|
||||
}
|
||||
else:
|
||||
raise NotImplementedError(f"JASH was here Unsupported algorithm config: {algorithm_config}")
|
||||
raise NotImplementedError(f"Unsupported algorithm config: {algorithm_config}")
|
||||
|
||||
# Create the customization job
|
||||
response = await self._make_request(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue