Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
81491b39
Unverified
Commit
81491b39
authored
Nov 18, 2025
by
Tushar Sharma
Committed by
GitHub
Nov 18, 2025
Browse files
chore: update aiperf version (#4438)
Signed-off-by:
Tushar Sharma
<
tusharma@nvidia.com
>
parent
be9d6b2b
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
container/deps/requirements.txt
container/deps/requirements.txt
+1
-1
recipes/gpt-oss-120b/trtllm/agg/perf.yaml
recipes/gpt-oss-120b/trtllm/agg/perf.yaml
+1
-1
recipes/llama-3-70b/vllm/agg/perf.yaml
recipes/llama-3-70b/vllm/agg/perf.yaml
+1
-1
recipes/llama-3-70b/vllm/disagg-multi-node/perf.yaml
recipes/llama-3-70b/vllm/disagg-multi-node/perf.yaml
+1
-1
recipes/llama-3-70b/vllm/disagg-single-node/perf.yaml
recipes/llama-3-70b/vllm/disagg-single-node/perf.yaml
+1
-1
recipes/qwen3-235b-a22b-fp8/trtllm/agg/perf.yaml
recipes/qwen3-235b-a22b-fp8/trtllm/agg/perf.yaml
+1
-1
recipes/qwen3-235b-a22b-fp8/trtllm/disagg/perf.yaml
recipes/qwen3-235b-a22b-fp8/trtllm/disagg/perf.yaml
+1
-1
recipes/qwen3-32b-fp8/trtllm/agg/perf.yaml
recipes/qwen3-32b-fp8/trtllm/agg/perf.yaml
+1
-1
recipes/qwen3-32b-fp8/trtllm/disagg/perf.yaml
recipes/qwen3-32b-fp8/trtllm/disagg/perf.yaml
+1
-1
No files found.
container/deps/requirements.txt
View file @
81491b39
...
...
@@ -4,7 +4,7 @@
accelerate==1.6.0
aiconfigurator @ git+https://github.com/ai-dynamo/aiconfigurator.git@5554d2eb8206738c66048bf2d72183e9bcd85759
aiofiles
aiperf @ git+https://github.com/ai-dynamo/aiperf.git@
16dad7c02fcd959ba96823d7bfe7e681e5d5b41d
aiperf @ git+https://github.com/ai-dynamo/aiperf.git@
4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
av==15.0.0
fastapi==0.120.1
ftfy
...
...
recipes/gpt-oss-120b/trtllm/agg/perf.yaml
View file @
81491b39
...
...
@@ -29,7 +29,7 @@ spec:
-
-c
-
|
apt-get update && apt-get install -y curl jq procps git && apt-get clean
pip install git+https://github.com/ai-dynamo/aiperf.git@
70af59489df24a601dba57604a7341966150b366
;
pip install git+https://github.com/ai-dynamo/aiperf.git@
4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
;
echo "aiperf installation completed";
sysctl -w net.ipv4.ip_local_port_range="1024 65000"
cat /proc/sys/net/ipv4/ip_local_port_range
...
...
recipes/llama-3-70b/vllm/agg/perf.yaml
View file @
81491b39
...
...
@@ -20,7 +20,7 @@ spec:
-
-c
-
|
apt-get update && apt-get install -y curl jq procps git && apt-get clean
pip install git+https://github.com/ai-dynamo/aiperf.git@
70af59489df24a601dba57604a7341966150b366
;
pip install git+https://github.com/ai-dynamo/aiperf.git@
4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
;
echo "aiperf installation completed";
sysctl -w net.ipv4.ip_local_port_range="1024 65000"
cat /proc/sys/net/ipv4/ip_local_port_range
...
...
recipes/llama-3-70b/vllm/disagg-multi-node/perf.yaml
View file @
81491b39
...
...
@@ -20,7 +20,7 @@ spec:
-
-c
-
|
apt-get update && apt-get install -y curl jq procps git && apt-get clean
pip install git+https://github.com/ai-dynamo/aiperf.git@
70af59489df24a601dba57604a7341966150b366
;
pip install git+https://github.com/ai-dynamo/aiperf.git@
4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
;
echo "aiperf installation completed";
sysctl -w net.ipv4.ip_local_port_range="1024 65000"
cat /proc/sys/net/ipv4/ip_local_port_range
...
...
recipes/llama-3-70b/vllm/disagg-single-node/perf.yaml
View file @
81491b39
...
...
@@ -20,7 +20,7 @@ spec:
-
-c
-
|
apt-get update && apt-get install -y curl jq procps git && apt-get clean
pip install git+https://github.com/ai-dynamo/aiperf.git@
70af59489df24a601dba57604a7341966150b366
;
pip install git+https://github.com/ai-dynamo/aiperf.git@
4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
;
echo "aiperf installation completed";
sysctl -w net.ipv4.ip_local_port_range="1024 65000"
cat /proc/sys/net/ipv4/ip_local_port_range
...
...
recipes/qwen3-235b-a22b-fp8/trtllm/agg/perf.yaml
View file @
81491b39
...
...
@@ -29,7 +29,7 @@ spec:
-
-c
-
|
apt-get update && apt-get install -y curl jq procps git && apt-get clean
pip install git+https://github.com/ai-dynamo/aiperf.git@
70af59489df24a601dba57604a7341966150b366
;
pip install git+https://github.com/ai-dynamo/aiperf.git@
4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
;
echo "aiperf installation completed";
sysctl -w net.ipv4.ip_local_port_range="1024 65000"
cat /proc/sys/net/ipv4/ip_local_port_range
...
...
recipes/qwen3-235b-a22b-fp8/trtllm/disagg/perf.yaml
View file @
81491b39
...
...
@@ -29,7 +29,7 @@ spec:
-
-c
-
|
apt-get update && apt-get install -y curl jq procps git && apt-get clean
pip install git+https://github.com/ai-dynamo/aiperf.git@
70af59489df24a601dba57604a7341966150b366
;
pip install git+https://github.com/ai-dynamo/aiperf.git@
4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
;
echo "aiperf installation completed";
sysctl -w net.ipv4.ip_local_port_range="1024 65000"
cat /proc/sys/net/ipv4/ip_local_port_range
...
...
recipes/qwen3-32b-fp8/trtllm/agg/perf.yaml
View file @
81491b39
...
...
@@ -29,7 +29,7 @@ spec:
-
-c
-
|
apt-get update && apt-get install -y curl jq procps git && apt-get clean
pip install git+https://github.com/ai-dynamo/aiperf.git@
70af59489df24a601dba57604a7341966150b366
;
pip install git+https://github.com/ai-dynamo/aiperf.git@
4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
;
echo "aiperf installation completed";
sysctl -w net.ipv4.ip_local_port_range="1024 65000"
cat /proc/sys/net/ipv4/ip_local_port_range
...
...
recipes/qwen3-32b-fp8/trtllm/disagg/perf.yaml
View file @
81491b39
...
...
@@ -29,7 +29,7 @@ spec:
-
-c
-
|
apt-get update && apt-get install -y curl jq procps git && apt-get clean
pip install git+https://github.com/ai-dynamo/aiperf.git@
70af59489df24a601dba57604a7341966150b366
;
pip install git+https://github.com/ai-dynamo/aiperf.git@
4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
;
echo "aiperf installation completed";
sysctl -w net.ipv4.ip_local_port_range="1024 65000"
cat /proc/sys/net/ipv4/ip_local_port_range
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment