Skip to content

Commit

Permalink
pip install aligned with zeroeval
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchenlin committed Jul 19, 2024
1 parent 1c8615b commit 6db32fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 136 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,11 @@ conda activate /net/nfs/mosaic/yuchenl/envs/wbnfs
<summary> Click to expand </summary>

```bash
conda create -n wildbench python=3.10
conda activate wildbench
pip install vllm -U # pip install -e vllm
pip install openai datasets tenacity
pip install google-generativeai
pip install cohere mistralai
pip install anthropic==0.19.0
pip install reka-api==3.0.8
pip install jsonlines together fire
# export HF_HOME=/path/to/your/custom/cache_dir/
conda create -n zeroeval python=3.10
conda activate zeroeval
# pip install vllm -U # pip install -e vllm
pip install vllm==0.5.1
pip install -r requirements.txt
```

</details>
Expand Down
135 changes: 9 additions & 126 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,128 +1,11 @@
aiofiles==23.2.1
aiohttp==3.9.3
aioprometheus==23.12.0
aiosignal==1.3.1
altair==5.2.0
annotated-types==0.6.0
anthropic==0.19.0
anyio==4.3.0
async-timeout==4.0.3
attrs==23.2.0
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
contourpy==1.2.0
cupy-cuda12x==12.1.0
cycler==0.12.1
datasets==2.16.1
dill==0.3.7
distro==1.9.0
exceptiongroup==1.2.0
fastapi==0.109.2
fastrlock==0.8.2
ffmpy==0.3.1
filelock==3.13.1
fonttools==4.47.2
frozenlist==1.4.1
-e git+https://github.com/yuchenlin/FastChat.git@722ab0299fd10221fa4686267fe068a688bacd4c#egg=fschat
fsspec==2023.10.0
gradio==3.50.2
gradio_client==0.6.1
h11==0.14.0
httpcore==1.0.2
httptools==0.6.1
httpx==0.26.0
huggingface-hub==0.20.3
idna==3.6
importlib-resources==6.1.1
Jinja2==3.1.3
joblib==1.3.2
jsonlines==4.0.0
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
kiwisolver==1.4.5
markdown2==2.4.12
MarkupSafe==2.1.5
matplotlib==3.8.2
mpmath==1.3.0
msgpack==1.0.7
multidict==6.0.5
multiprocess==0.70.15
networkx==3.2.1
nh3==0.2.15
ninja==1.11.1.1
nltk==3.8.1
numpy==1.26.3
nvidia-cublas-cu12==12.1.3.1
nvidia-cuda-cupti-cu12==12.1.105
nvidia-cuda-nvrtc-cu12==12.1.105
nvidia-cuda-runtime-cu12==12.1.105
nvidia-cudnn-cu12==8.9.2.26
nvidia-cufft-cu12==11.0.2.54
nvidia-curand-cu12==10.3.2.106
nvidia-cusolver-cu12==11.4.5.107
nvidia-cusparse-cu12==12.1.0.106
nvidia-nccl-cu12==2.18.1
nvidia-nvjitlink-cu12==12.3.101
nvidia-nvtx-cu12==12.1.105
openai==0.28.0
orjson==3.9.13
packaging==23.2
pandas==2.2.0
peft==0.8.2
pillow==10.2.0
protobuf==4.25.2
psutil==5.9.8
pyarrow==15.0.0
pyarrow-hotfix==0.6
pydantic==2.6.1
pydantic_core==2.16.2
pydub==0.25.1
pynvml==11.5.0
pyparsing==3.1.1
python-dateutil==2.8.2
python-dotenv==1.0.1
python-multipart==0.0.7
pytz==2024.1
PyYAML==6.0.1
quantile-python==1.1
ray==2.9.2
referencing==0.33.0
regex==2023.12.25
requests==2.31.0
rpds-py==0.18.0
safetensors==0.4.2
scipy==1.12.0
semantic-version==2.10.0
sentence-transformers==2.3.1
sentencepiece==0.1.99
shortuuid==1.0.11
six==1.16.0
sniffio==1.3.0
starlette==0.36.3
svgwrite==1.4.3
sympy==1.12
tabulate==0.9.0
tenacity==8.2.3
threadpoolctl==3.2.0
tiktoken==0.5.2
tokenizers==0.15.2
torch==2.1.2
tqdm==4.66.2
transformers==4.37.2
triton==2.1.0
typing_extensions==4.9.0
tzdata==2023.4
urllib3==2.2.1
uvicorn==0.27.0.post1
uvloop==0.19.0
vllm==0.3.1
watchfiles==0.21.0
wavedrom==2.0.3.post3
websockets==11.0.3
xformers==0.0.23.post1
xxhash==3.4.1
yarl==1.9.4
google-cloud-aiplatform
openai
datasets
tenacity
google-generativeai
cohere
mistralai
anthropic
reka-api
jsonlines
together
fire

0 comments on commit 6db32fa

Please sign in to comment.