-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration with HuggingFace Hub (#28)
* vaegan * remove test_vae * add auto config * start hf hub integration * model reloading refacto * add hf hub to AutoModel * add nf to AutoConfig * remove typo * add wandb tutorial * add hf hub tutorial * update gitignore * Update README * Update README * Update README * Update README * remove hf hub and wandb from coverage compute * update demo * update tests with AutoModel * remove wandb and hf hub from coverage compute * update README * black and isort formatting * update demo * add install command to demo * add finish to wandb callback * add test AutoModel for NF * add install comands * typo correction * black * fix typo * fix logging in load_from_hf_hub * add ModelOutput to AutoModel * switch from dill to cloudpickle * replace pickle by pickle5 * add pickle security to load_from_hf_hub * fix pickling outside of __main__ scope * black & isort * add env config * update test with env saving * update setup * isort & black * add check to hf_load * fix typo * prepare release 0.0.2 * fix typo
- Loading branch information
1 parent
1588bac
commit d8a3c21
Showing
72 changed files
with
1,970 additions
and
1,441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[report] | ||
exclude_lines = | ||
# pragma: no cover |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.