Skip to content

Commit 5046a96

Browse files
committed
Scripts formatting
1 parent 6e763eb commit 5046a96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vec_inf/launch_server.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export MODEL_WEIGHTS_PARENT_DIR=$model_weights_parent_dir
5050

5151
if [ -n "$max_num_seqs" ]; then
5252
export VLLM_MAX_NUM_SEQS=$max_num_seqs
53-
else
53+
else
5454
export VLLM_MAX_NUM_SEQS=256
5555
fi
5656

@@ -75,7 +75,7 @@ fi
7575
mkdir -p $LOG_DIR
7676

7777
# Model and entrypoint configuration. API Server URL (host, port) are set automatically based on the
78-
# SLURM job
78+
# SLURM job
7979
export SRC_DIR="$(dirname "$0")"
8080
export MODEL_DIR="${SRC_DIR}/models/${MODEL_FAMILY}"
8181

vec_inf/models/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ More profiling metrics coming soon!
200200

201201
| Variant | Suggested resource allocation | Avg prompt throughput | Avg generation throughput |
202202
|:----------:|:----------:|:----------:|:----------:|
203-
| [`Qwen2.5-Math-RM-72B`](https://huggingface.co/Qwen/Qwen2.5-Math-RM-72B) | 4x a40 | - tokens/s | - tokens/s |
203+
| [`Qwen2.5-Math-RM-72B`](https://huggingface.co/Qwen/Qwen2.5-Math-RM-72B) | 4x a40 | - tokens/s | - tokens/s |

0 commit comments

Comments
 (0)