mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 16:12:46 +00:00
remove unnecessary provider apis from expermental post training template
This commit is contained in:
parent
29a1ddce8a
commit
9c80a57667
3 changed files with 2 additions and 43 deletions
|
|
@ -163,7 +163,7 @@ class LoraFinetuningSingleDevice:
|
|||
log.info(f"Model is initialized with precision {self._dtype}.")
|
||||
|
||||
self._tokenizer = await self._setup_tokenizer()
|
||||
log.info("Tokenizer is initialized from file.")
|
||||
log.info("Tokenizer is initialized.")
|
||||
|
||||
self._optimizer = await self._setup_optimizer(
|
||||
optimizer_config=self.training_config.optimizer_config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue