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
OpenDAS
ColossalAI
Commits
8408c852
"git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "86ac782d7c8b20289fe42b70ab09dea86024b353"
Unverified
Commit
8408c852
authored
Feb 14, 2023
by
binmakeswell
Committed by
GitHub
Feb 14, 2023
Browse files
[app] fix ChatGPT requirements (#2704)
parent
1b347010
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
applications/ChatGPT/requirements-test.txt
applications/ChatGPT/requirements-test.txt
+0
-0
applications/ChatGPT/requirements.txt
applications/ChatGPT/requirements.txt
+0
-0
applications/ChatGPT/setup.py
applications/ChatGPT/setup.py
+1
-2
No files found.
applications/ChatGPT/requirements
/requirements
-test.txt
→
applications/ChatGPT/requirements-test.txt
View file @
8408c852
File moved
applications/ChatGPT/requirements
/requirements
.txt
→
applications/ChatGPT/requirements.txt
View file @
8408c852
File moved
applications/ChatGPT/setup.py
View file @
8408c852
...
@@ -22,7 +22,6 @@ setup(
...
@@ -22,7 +22,6 @@ setup(
packages
=
find_packages
(
exclude
=
(
packages
=
find_packages
(
exclude
=
(
'tests'
,
'tests'
,
'benchmarks'
,
'benchmarks'
,
'requirements'
,
'*.egg-info'
,
'*.egg-info'
,
)),
)),
description
=
'A RLFH implementation (ChatGPT) powered by ColossalAI'
,
description
=
'A RLFH implementation (ChatGPT) powered by ColossalAI'
,
...
@@ -30,7 +29,7 @@ setup(
...
@@ -30,7 +29,7 @@ setup(
long_description_content_type
=
'text/markdown'
,
long_description_content_type
=
'text/markdown'
,
license
=
'Apache Software License 2.0'
,
license
=
'Apache Software License 2.0'
,
url
=
'https://github.com/hpcaitech/ChatGPT'
,
url
=
'https://github.com/hpcaitech/ChatGPT'
,
install_requires
=
fetch_requirements
(
'requirements
/requirements
.txt'
),
install_requires
=
fetch_requirements
(
'requirements.txt'
),
python_requires
=
'>=3.6'
,
python_requires
=
'>=3.6'
,
classifiers
=
[
classifiers
=
[
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3'
,
...
...
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