Skip to content

Commit

Permalink
updated internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikatr7 committed Jan 19, 2025
1 parent 1ec65bf commit a87a449
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

Windows 10 and Linux Mint are the only tested operating systems, feel free to test on other operating systems and report back to me. I will do my best to fix any issues that arise.

Please note that the WebGUI is deprecated, and will not be updated. I will be focusing on the CLI/Console version of Kudasai. I will try to keep the WebGUI functional, but I will not be updating it with new features. Note that the Hugging Face hosted version of Kudasai is considerably out of date. Please download the latest version from the releases tab.

To see the README for the Hugging Face hosted version of Kudasai, please see [here](https://github.com/Bikatr7/Kudasai/blob/main/lib/gui/HUGGING_FACE_README.md). Further WebGUI documentation can be found there as well.

Python version: 3.10+
Expand All @@ -40,11 +42,13 @@ https://backdropbuild.com/builds/v3/kudasai

backoff==2.2.1

gradio==4.44.0
gradio==5.5.11

kairyou==1.6.8

kairyou==1.6.5
easytl==0.5.1

easytl==0.4.10
python-dotenv

or see requirements.txt

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backoff==2.2.1
gradio==5.5.0
kairyou==1.6.7
gradio==5.11.0
kairyou==1.6.8
easytl==0.5.1
python-dotenv

0 comments on commit a87a449

Please sign in to comment.