Unverified Commit 0f974b47 authored by Harrison Saturley-Hall's avatar Harrison Saturley-Hall Committed by GitHub
Browse files

chore: update aiperf to 0.6.0 and aic v0.7.0rc14 (#7193)


Signed-off-by: default avatarHarrison King Saturley-Hall <hsaturleyhal@nvidia.com>
parent 611e856d
......@@ -40,8 +40,8 @@ classifiers = [
]
dependencies = [
"aiconfigurator[webapp] @ git+https://github.com/ai-dynamo/aiconfigurator.git@c59086c9e4fd88159db1f4c4259600ce2ca5435a",
"aiperf @ git+https://github.com/ai-dynamo/aiperf.git@0746a7cdeb259f365e1124ffa94b2a976207b668",
"aiconfigurator[webapp] @ git+https://github.com/ai-dynamo/aiconfigurator.git@9b4a3d2750293cfeaf3e1c2a5058162a1e2c586e",
"aiperf==0.6.0",
"matplotlib",
"networkx",
"numpy",
......
......@@ -3,5 +3,5 @@
# Benchmark and profiling tool dependencies.
aiperf @ git+https://github.com/ai-dynamo/aiperf.git@0746a7cdeb259f365e1124ffa94b2a976207b668
aiperf==0.6.0
genai-perf==0.0.15
......@@ -3,7 +3,7 @@
# Dependencies for planner, profiler, global_planner, and deploy utils.
aiconfigurator[webapp] @ git+https://github.com/ai-dynamo/aiconfigurator.git@c59086c9e4fd88159db1f4c4259600ce2ca5435a
aiconfigurator[webapp] @ git+https://github.com/ai-dynamo/aiconfigurator.git@9b4a3d2750293cfeaf3e1c2a5058162a1e2c586e
aiofiles<=25.1.0
filterpy==1.4.5
kubernetes==32.0.1
......
......@@ -49,7 +49,7 @@ spec:
echo 1024 > /proc/sys/fs/inotify/max_user_instances 2>/dev/null || true
apt-get update && apt-get install -y curl jq procps git && apt-get clean
# pip install git+https://github.com/ai-dynamo/aiperf.git
pip install aiperf==0.5.0
pip install aiperf==0.6.0
echo "aiperf installation completed"
sysctl -w net.ipv4.ip_local_port_range="1024 65000" 2>/dev/null || true
export COLUMNS=200
......
......@@ -49,7 +49,7 @@ spec:
echo 1024 > /proc/sys/fs/inotify/max_user_instances 2>/dev/null || true
apt-get update && apt-get install -y curl jq procps git && apt-get clean
# pip install git+https://github.com/ai-dynamo/aiperf.git
pip install aiperf==0.5.0
pip install aiperf==0.6.0
echo "aiperf installation completed"
sysctl -w net.ipv4.ip_local_port_range="1024 65000" 2>/dev/null || true
export COLUMNS=200
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment