-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Check if is cuda. * Adding stuff. * no more print statements * Deleting outdated tools for release. * Bringing back post. * bringing back tests * Adding preference test tools + tests * Adding to tests. * Adding again. * Adding stuff from Hugo's PR. * Fixing for tests, adding docs. * Adding timeline notches + dividing line. * Adjusting color. * Make cookie name customizable. * Version bump. --------- Co-authored-by: pseeth <[email protected]>
- Loading branch information
Showing
24 changed files
with
1,419 additions
and
1,393 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
from . import decorators | ||
from . import layers | ||
from . import tricks | ||
from .accelerator import Accelerator | ||
from .experiment import Experiment | ||
from .layers import BaseModel | ||
from .trainer import BaseTrainer |
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.