Merge remote-tracking branch 'origin/main'

This commit is contained in:
kithib 2024-04-19 17:56:36 +08:00
parent d2e461a1e8
commit d0e898dcfa
7 changed files with 91 additions and 111 deletions

View file

@ -42,7 +42,28 @@ extras_require = {
"llama-index-vector-stores-chroma==0.1.6",
"docx2txt==0.8",
],
"android_assistant": ["pyshine==0.0.9", "opencv-python==4.6.0.66"],
"android_assistant": [
"pyshine==0.0.9",
"opencv-python==4.6.0.66",
"git+https://github.com/openai/CLIP.git",
"protobuf<3.20,>=3.9.2",
"modelscope",
"tensorflow==2.9.1; os_name == 'linux'",
"tensorflow-macos==2.9; os_name == 'darwin'",
"keras==2.9.0",
"torch",
"torchvision",
"transformers",
"opencv-python",
"matplotlib",
"pycocotools",
"SentencePiece",
"tf_slim",
"tf_keras",
"pyclipper",
"shapely",
"groundingdino-py",
],
}
extras_require["test"] = [