mirror of
https://github.com/huggingface/trl.git
synced 2025-10-21 02:53:59 +08:00
Compare commits
1 Commits
refactor_g
...
v0.12.0
Author | SHA1 | Date | |
---|---|---|---|
14ef1aba15 |
2
setup.py
2
setup.py
@ -73,7 +73,7 @@ import os
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
__version__ = "0.12.0.dev0" # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
|
||||
__version__ = "0.12.0" # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
|
||||
|
||||
REQUIRED_PKGS = [
|
||||
"accelerate>=0.34.0",
|
||||
|
@ -12,7 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
__version__ = "0.12.0.dev0"
|
||||
__version__ = "0.12.0"
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
|
Reference in New Issue
Block a user