Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
7875b638
Unverified
Commit
7875b638
authored
Jun 24, 2021
by
Richard Liaw
Committed by
GitHub
Jun 24, 2021
Browse files
try-this (#12338)
Signed-off-by:
Richard Liaw
<
rliaw@berkeley.edu
>
parent
cf3c9198
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
7875b638
...
...
@@ -125,7 +125,7 @@ _deps = [
"pytest-sugar"
,
"pytest-xdist"
,
"python>=3.6.0"
,
"ray"
,
"ray
[tune]
"
,
"recommonmark"
,
"regex!=2019.12.17"
,
"requests"
,
...
...
@@ -246,7 +246,7 @@ extras["sagemaker"] = deps_list("sagemaker")
extras
[
"deepspeed"
]
=
deps_list
(
"deepspeed"
)
extras
[
"fairscale"
]
=
deps_list
(
"fairscale"
)
extras
[
"optuna"
]
=
deps_list
(
"optuna"
)
extras
[
"ray"
]
=
deps_list
(
"ray"
)
extras
[
"ray"
]
=
deps_list
(
"ray
[tune]
"
)
extras
[
"integrations"
]
=
extras
[
"optuna"
]
+
extras
[
"ray"
]
...
...
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