Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
68eff403
Unverified
Commit
68eff403
authored
Feb 13, 2023
by
Stas Bekman
Committed by
GitHub
Feb 13, 2023
Browse files
Update setup.py (#21584)
* Update setup.py * suggestions
parent
a27074ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
setup.py
setup.py
+4
-3
No files found.
setup.py
View file @
68eff403
...
@@ -202,7 +202,7 @@ deps = {b: a for a, b in (re.findall(r"^(([^!=<>~ ]+)(?:[!=<>~ ].*)?$)", x)[0] f
...
@@ -202,7 +202,7 @@ deps = {b: a for a, b in (re.findall(r"^(([^!=<>~ ]+)(?:[!=<>~ ].*)?$)", x)[0] f
# You can then feed this for example to `pip`:
# You can then feed this for example to `pip`:
#
#
# pip install -U $(python -c 'import sys; from transformers.dependency_versions_table import deps; \
# pip install -U $(python -c 'import sys; from transformers.dependency_versions_table import deps; \
# print(" ".join([
deps[x] for x in sys.argv[1:]]))' tokenizers datasets)
# print(" ".join([deps[x] for x in sys.argv[1:]]))' tokenizers datasets)
#
#
...
@@ -423,8 +423,8 @@ setup(
...
@@ -423,8 +423,8 @@ setup(
description
=
"State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
,
description
=
"State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
,
long_description
=
open
(
"README.md"
,
"r"
,
encoding
=
"utf-8"
).
read
(),
long_description
=
open
(
"README.md"
,
"r"
,
encoding
=
"utf-8"
).
read
(),
long_description_content_type
=
"text/markdown"
,
long_description_content_type
=
"text/markdown"
,
keywords
=
"NLP vision speech deep learning transformer pytorch tensorflow BERT GPT-2 Wav2Vec2 ViT"
,
keywords
=
"NLP vision speech deep learning transformer pytorch tensorflow
jax
BERT GPT-2 Wav2Vec2 ViT"
,
license
=
"Apache"
,
license
=
"Apache
2.0 License
"
,
url
=
"https://github.com/huggingface/transformers"
,
url
=
"https://github.com/huggingface/transformers"
,
package_dir
=
{
""
:
"src"
},
package_dir
=
{
""
:
"src"
},
packages
=
find_packages
(
"src"
),
packages
=
find_packages
(
"src"
),
...
@@ -446,6 +446,7 @@ setup(
...
@@ -446,6 +446,7 @@ setup(
"Programming Language :: Python :: 3.7"
,
"Programming Language :: Python :: 3.7"
,
"Programming Language :: Python :: 3.8"
,
"Programming Language :: Python :: 3.8"
,
"Programming Language :: Python :: 3.9"
,
"Programming Language :: Python :: 3.9"
,
"Programming Language :: Python :: 3.10"
,
"Topic :: Scientific/Engineering :: Artificial Intelligence"
,
"Topic :: Scientific/Engineering :: Artificial Intelligence"
,
],
],
cmdclass
=
{
"deps_table_update"
:
DepsTableUpdateCommand
},
cmdclass
=
{
"deps_table_update"
:
DepsTableUpdateCommand
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment