Skip to content

Commit

Permalink
Merge pull request #126 from Clarifai/add-clarifai-model
Browse files Browse the repository at this point in the history
Add clarifai Dependency in requirements.txt
  • Loading branch information
luv-bansal authored Feb 12, 2025
2 parents 3c476a7 + 9bd0443 commit 4657cac
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ timm==1.0.12
opencv-python-headless==4.10.0.84
numpy
aiohttp
clarifai
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ timm==1.0.12
opencv-python-headless==4.10.0.84
numpy
aiohttp
clarifai
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ protobuf==5.27.3
einops>=0.8.0
requests==2.32.2
autoawq==0.2.7.post3
clarifai
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ optimum>=1.23.3
xformers==0.0.28.post3
protobuf==5.27.3
einops>=0.8.0
requests==2.32.2
requests==2.32.3
clarifai
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ optimum>=1.23.3
xformers==0.0.28.post3
protobuf==5.27.3
einops>=0.8.0
requests==2.32.2
requests

openai==1.61.0
qwen-vl-utils
lmdeploy>=0.6.4
lmdeploy>=0.6.4
clarifai
1 change: 1 addition & 0 deletions models/model_upload/llms/openai-gpt4/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
openai==1.55.3
tenacity==8.1.0
clarifai
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ optimum>=1.23.3
xformers==0.0.28.post3
protobuf==5.27.3
einops>=0.8.0
requests==2.32.2
requests==2.32.3
clarifai

sglang[all]==0.3.6
orjson==3.10.11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ requests==2.32.2
openai==1.61.0
vllm==0.7.1
autoawq==0.2.7.post3

clarifai
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ vllm==0.7.1
autoawq==0.2.7.post3
pillow==10.4.0
decord
clarifai
1 change: 1 addition & 0 deletions models/model_upload/ocr/got-ocr2.0/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ requests==2.32.2
verovio==4.3.1
tiktoken==0.8.0
torchvision
clarifai
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
openai==1.55.3
requests
clarifai
1 change: 1 addition & 0 deletions models/model_upload/test-upload/mbart/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ optimum>=1.23.3
xformers==0.0.28.post3
sentencepiece==0.2.0
requests==2.32.2
clarifai
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# This simple example doesn't have any additional dependencies.
clarifai

0 comments on commit 4657cac

Please sign in to comment.