-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = petals | ||
version = 1.0alpha1 | ||
version = 1.0.0 | ||
author = Petals Developers | ||
author_email = [email protected] | ||
description = Easy way to efficiently run 100B+ language models without high-end GPUs | ||
|
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,6 +1,6 @@ | ||
from petals.client import * | ||
from petals.utils.logging import initialize_logs as _initialize_logs | ||
|
||
__version__ = "1.0alpha1" | ||
__version__ = "1.0.0" | ||
|
||
_initialize_logs() |