Skip to content

Commit

Permalink
[model] Upgrade LiteLLM Dependencies (#309)
Browse files Browse the repository at this point in the history
* upgrade litellm to fix issue #308

* upgrade otter-ai pypi package
  • Loading branch information
pufanyi authored Nov 19, 2023
1 parent a20f40d commit ae4cfdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ webdataset>=0.2.48
xformers>=0.0.20
natsort>=8.4.0
peft>=0.4.0
litellm==0.1.400
litellm>=1.1.1
ijson>=3.2.3
yajl>=0.3.5
deepspeed>=0.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="otter-ai",
version="0.0.0-alpha-4",
version="0.0.0-alpha-6",
packages=find_packages(where="src"),
package_dir={"": "src"},
install_requires=requirements,
Expand Down

0 comments on commit ae4cfdd

Please sign in to comment.