This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install latest openai and utility, and print out gpu memory before an…
…d after model run
- Loading branch information
dhuangnm
authored and
dhuangnm
committed
Jul 12, 2024
1 parent
493b69f
commit a21fa6d
Showing
3 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,10 @@ runs: | |
#pip3 install git+https://github.com/EleutherAI/lm-evaluation-harness.git@262f879a06aa5de869e5dd951d0ff2cf2f9ba380 | ||
pip3 install git+https://github.com/EleutherAI/[email protected] | ||
pip3 install pytest openai==1.3.9 | ||
#pip3 install pytest openai==1.3.9 | ||
pip3 install pytest openai | ||
sudo apt-get install -y psmisc | ||
SUCCESS=0 | ||
./.github/scripts/nm-run-lm-eval-vllm.sh -c ${{ inputs.lm_eval_configuration }} || SUCCESS=$? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Meta-Llama-3-70B-Instruct-FP8-KV.yaml | ||
Meta-Llama-3-70B-Instruct.yaml | ||
Qwen2-57B-A14B-Instruct.yaml | ||
Qwen2-72B-Instruct.yaml | ||
Phi-3-medium-4k-instruct.yaml | ||
Mixtral-8x22B-Instruct-v0.1-FP8.yaml | ||
Mixtral-8x7B-Instruct-v0.1-FP8.yaml | ||
Mixtral-8x22B-Instruct-v0.1.yaml | ||
Mixtral-8x7B-Instruct-v0.1.yaml | ||
Qwen2-57B-A14B-Instruct.yaml | ||
Qwen2-72B-Instruct.yaml | ||
Phi-3-medium-4k-instruct.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters