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
d2cc6b10
Commit
d2cc6b10
authored
Aug 08, 2019
by
LysandreJik
Browse files
Merge branch 'master' into RoBERTa
parents
39d72bcc
7729ef73
Changes
62
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
requirements.txt
requirements.txt
+1
-1
setup.py
setup.py
+1
-1
No files found.
requirements.txt
View file @
d2cc6b10
# PyTorch
torch
>=
0.4.1
torch
>=
1.0.0
# progress bars in model download and training scripts
tqdm
# Accessing files from S3 directly.
...
...
setup.py
View file @
d2cc6b10
...
...
@@ -49,7 +49,7 @@ setup(
url
=
"https://github.com/huggingface/pytorch-transformers"
,
packages
=
find_packages
(
exclude
=
[
"*.tests"
,
"*.tests.*"
,
"tests.*"
,
"tests"
]),
install_requires
=
[
'torch>=
0.4.1
'
,
install_requires
=
[
'torch>=
1.0.0
'
,
'numpy'
,
'boto3'
,
'requests'
,
...
...
Prev
1
2
3
4
Next
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