"tasks/zeroshot_gpt/evaluate.py" did not exist on "a84a5fa07677302f91a0b812c57162aeddac3b09"
run.sh 185 Bytes
Newer Older
1
2
3
4
5
6
7
#!/bin/bash
m5 checkpoint
modprobe i40e
ip link set dev eth0 up
ip addr add 192.168.64.2/24 dev eth0
ethtool -K eth0 tso off
sleep 2
8
iperf -l 1M -w 1M -c 192.168.64.1 -i 1 -P 4
9
m5 exit