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
ModelZoo
ChatGLM2-6B_fastllm
Commits
f43c9349
Commit
f43c9349
authored
Sep 08, 2023
by
zhouxiang
Browse files
update
parent
7d96fda9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
package/setup.py
package/setup.py
+1
-4
No files found.
package/setup.py
View file @
f43c9349
...
@@ -3,12 +3,9 @@ from setuptools import setup, find_packages
...
@@ -3,12 +3,9 @@ from setuptools import setup, find_packages
setup
(
setup
(
name
=
"fastllm_pytools"
,
name
=
"fastllm_pytools"
,
version
=
"0.0.1"
,
version
=
"0.0.1"
,
author
=
"huangyuyang"
,
author_email
=
"ztxz16@foxmail.com"
,
description
=
"Fastllm pytools"
,
description
=
"Fastllm pytools"
,
url
=
"https://github.com/ztxz16/fastllm"
,
packages
=
[
'fastllm_pytools'
],
packages
=
[
'fastllm_pytools'
],
url
=
"https://developer.hpccube.com/codes/aicomponent/fastllm"
,
package_data
=
{
package_data
=
{
''
:
[
'*.dll'
,
'*.so'
]
''
:
[
'*.dll'
,
'*.so'
]
}
}
...
...
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