You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
append the following top level component to example_config_convert.yaml:
checkpointed_model:
component_key: model
variant_key: checkpointed
config:
checkpoint_loading:
component_key: checkpoint_loading
variant_key: torch
config:
device: 0
precision: BF16
model:
instance_key: model
pass_type: BY_REFERENCE
checkpoint_path: checkpoints/<path_to_checkpoint>.bin # needs to be adjusted to checkpoint created in step 1.
System Info
🐛 Describe the bug
The conversion of the checkpoint from the getting started example to HF fails.
Error Message:
Steps to reproduce the error:
Run the getting started example:
Create a config file
example_config_convert.yaml
for checkpoint conversion:settings.cuda_env
inexample_config_convert.yaml
to:example_config_convert.yaml
:Run checkpoint conversion:
The text was updated successfully, but these errors were encountered: