-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
NGB Office GPGPU Workstation#01
committed
Dec 7, 2023
1 parent
4631583
commit 0122936
Showing
6 changed files
with
233 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,11 @@ authors = [ | |
{ name = "NGB Office GPGPU Workstation#01", email = "[email protected]" } | ||
] | ||
dependencies = [ | ||
"gradio>=3.35.2", | ||
"gradio==3.35.2", | ||
"mdtex2html>=1.2.0", | ||
"markdown>=3.4.3", | ||
"llama_index>=0.6.33", | ||
"pygments>=2.15.1", | ||
"markdown>=3.5.1", | ||
"llama_index>=0.9.13", | ||
"pygments>=2.17.2", | ||
] | ||
readme = "README.md" | ||
requires-python = ">= 3.10" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
[project] | ||
name = "yuren" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
description = "Yuren is a open source Instruction-following LLM based on baichuan." | ||
authors = [ | ||
{ name = "Pleisto Inc", email = "[email protected]" } | ||
] | ||
license = "Apache-2.0" | ||
dependencies = [ | ||
"transformers @ git+https://github.com/huggingface/transformers@de9255de27abfcae4a1f816b904915f0b1e23cd9", | ||
"transformers @ git+https://github.com/huggingface/[email protected]", | ||
"torch>=2.1.1", | ||
"sentencepiece>=0.1.99", | ||
"einops>=0.6.1", | ||
"einops>=0.7.0", | ||
"protobuf==3.*", | ||
"bitsandbytes>=0.39.1", | ||
"torch>=2.0.1", | ||
"accelerate>=0.20.3", | ||
"setuptools>=68.0.0", | ||
"scipy>=1.10.1", | ||
"bitsandbytes>=0.41.3", | ||
"accelerate>=0.25.0", | ||
"setuptools>=69.0.2", | ||
"scipy>=1.11.4", | ||
|
||
"openai>=1.3.7" | ||
] | ||
readme = "README.md" | ||
requires-python = ">= 3.10" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.