"scripts/convert_zero123_to_diffusers.py" did not exist on "1d7b4b60b7b7e19a0347da5a04ec76c045d8dbf0"
Commit c2324da9 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: raise host frequency to 8GHz

parent a94da420
...@@ -42,7 +42,7 @@ class HostSim(Simulator): ...@@ -42,7 +42,7 @@ class HostSim(Simulator):
name = '' name = ''
wait = False wait = False
sleep = 0 sleep = 0
cpu_freq = '3GHz' cpu_freq = '8GHz'
sync_mode = 0 sync_mode = 0
sync_period = 500 sync_period = 500
......
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