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
6eb3c66a
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "cee768d97e42c6fcf744ba4d2a4dc8a8e78da4c1"
Unverified
Commit
6eb3c66a
authored
Jan 30, 2023
by
Sylvain Gugger
Committed by
GitHub
Jan 30, 2023
Browse files
Add cPython files in build (#21372)
parent
59611a0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
6eb3c66a
...
@@ -424,7 +424,7 @@ setup(
...
@@ -424,7 +424,7 @@ setup(
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"
),
package_data
=
{
"transformers"
:
[
"py.typed"
,
"*.cu"
,
"*.cpp"
,
"*.cuh"
,
"*.h"
]},
package_data
=
{
"transformers"
:
[
"py.typed"
,
"*.cu"
,
"*.cpp"
,
"*.cuh"
,
"*.h"
,
"*.pyx"
]},
zip_safe
=
False
,
zip_safe
=
False
,
extras_require
=
extras
,
extras_require
=
extras
,
entry_points
=
{
"console_scripts"
:
[
"transformers-cli=transformers.commands.transformers_cli:main"
]},
entry_points
=
{
"console_scripts"
:
[
"transformers-cli=transformers.commands.transformers_cli:main"
]},
...
...
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