zzaebok
Results
2
issues of
zzaebok
### Motivation Due to the policy of my company, I cannot access to an online server (e.g., huggingface). So I tried to use `load_from_checkpoint` function after I manually downloaded `wmt22-comet-da`...
enhancement
This PR adds `local_files_only` parameter to `load_from_checkpoint` method as discussed in https://github.com/Unbabel/COMET/issues/225 The `local_files_only` parameter is created in the constructor of each encoder and CometModel. I found that even after...