Skip to content

Commit

Permalink
Merge pull request #8 from Capsize-Games/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
w4ffl35 authored Mar 27, 2023
2 parents 54ec8e8 + a47db22 commit ff209bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ to and from an active Google T5-Flan model.
Use this installation method if you intend to use Chat AI from the command line or with
other python libraries or scripts.

`pip install chatairunner`
- `pip install chatairunner`
- `pip install git+https://github.com/w4ffl35/diffusers.git@ckpt_fix`
- `pip install git+https://github.com/w4ffl35/transformers.git@tensor_fix`

#### Development installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
author='Capsize LLC',
description='Chat AI: A chatbot framework',
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="",
long_description_content_type="text/markdown",
keywords="ai, chatbot, chat, ai",
license="AGPL-3.0",
author_email="[email protected]",
Expand Down

0 comments on commit ff209bc

Please sign in to comment.