pull/347/head
Kye 1 year ago
parent 306d831411
commit 6e21f43d33

@ -58,7 +58,6 @@ nav:
- Home: - Home:
- Overview: "index.md" - Overview: "index.md"
- Contributing: "contributing.md" - Contributing: "contributing.md"
- Docker Container Setup: "docker_setup.md"
- Swarms: - Swarms:
- Overview: "swarms/index.md" - Overview: "swarms/index.md"
- swarms.workers: - swarms.workers:

@ -1,16 +1,13 @@
torch==2.1.1 torch==2.1.1
transformers>2.10==4.36.2 transformers
pandas==1.5.3 pandas==1.5.3
langchain==0.0.333 langchain==0.0.333
nest_asyncio==1.5.6
langchain-experimental==0.0.10 langchain-experimental==0.0.10
playwright==1.34.0 playwright==1.34.0
wget==3.2 wget==3.2
httpx==0.24.1 httpx==0.24.1
open_clip_torch==2.20.0 open_clip_torch==2.20.0
ggl==1.1.0 ggl==1.1.0
beautifulsoup4==4.11.2
google-search-results
Pillow==9.4.0 Pillow==9.4.0
faiss-cpu==1.7.4 faiss-cpu==1.7.4
openai==0.28.0 openai==0.28.0
@ -18,16 +15,12 @@ attrs==22.2.0
datasets==2.14.5 datasets==2.14.5
pydantic==1.10.12 pydantic==1.10.12
bitsandbytes bitsandbytes
soundfile==0.12.1
arize-phoenix
weaviate-client==3.25.3
huggingface-hub huggingface-hub
google-generativeai==0.3.1 google-generativeai==0.3.1
sentencepiece==0.1.98 sentencepiece==0.1.98
requests_mock requests_mock
PyPDF2==3.0.1 PyPDF2==3.0.1
accelerate==0.22.0 accelerate==0.22.0
vllm
chromadb==0.4.14 chromadb==0.4.14
tensorflow==2.14.0 tensorflow==2.14.0
optimum optimum
@ -37,8 +30,6 @@ colored
addict addict
backoff==2.2.1 backoff==2.2.1
ratelimit==2.2.1 ratelimit==2.2.1
albumentations
basicsr
termcolor==2.2.0 termcolor==2.2.0
controlnet-aux controlnet-aux
diffusers diffusers
@ -46,8 +37,6 @@ einops==0.7.0
imageio==2.25.1 imageio==2.25.1
opencv-python-headless==4.8.1.78 opencv-python-headless==4.8.1.78
imageio-ffmpeg==0.4.9 imageio-ffmpeg==0.4.9
invisible-watermark
kornia
safetensors==0.3.3 safetensors==0.3.3
numpy numpy
omegaconf==2.3.0 omegaconf==2.3.0
@ -56,7 +45,6 @@ openai==0.28.0
opencv-python==4.7.0.72 opencv-python==4.7.0.72
prettytable==3.9.0 prettytable==3.9.0
safetensors==0.3.3 safetensors==0.3.3
test-tube
timm==0.6.13 timm==0.6.13
torchmetrics torchmetrics
webdataset webdataset
@ -70,8 +58,5 @@ mkdocs
mkdocs-material mkdocs-material
mkdocs-glightbox mkdocs-glightbox
pre-commit==3.2.2 pre-commit==3.2.2
sqlalchemy
pgvector
qdrant-client
peft peft
modelscope==1.10.0 modelscope
Loading…
Cancel
Save