From 345a2d39886002b9fd216d2db9ef2684d37d182b Mon Sep 17 00:00:00 2001 From: Ryoo72 Date: Sun, 18 Aug 2024 13:16:19 +0000 Subject: [PATCH 1/2] req txt add --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100755 index 0000000..6949aba --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +pillow +numpy==1.26.0 +transformers==4.28.1 +pytorch-lightning==1.8.5 +datasets +sentencepiece +--find-links https://download.pytorch.org/whl/torch_stable.html +torch==1.9.0+cu111 \ No newline at end of file From d7cb703daea39a259c5b1a0abe0dd651af5c6621 Mon Sep 17 00:00:00 2001 From: Ryoo Kwangrok Date: Mon, 19 Aug 2024 00:57:30 +0900 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6949aba..6ab00ee 100755 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ pytorch-lightning==1.8.5 datasets sentencepiece --find-links https://download.pytorch.org/whl/torch_stable.html -torch==1.9.0+cu111 \ No newline at end of file +torch==1.9.0+cu111 +nltk==3.7