I have successfully installed the Accelergy-Timeloop Infrastructure by following the steps in the Readme.md.
I used the following command in the Readme.md to run the experiement:
sudo python3 run.py ./layers/KQV_layer.yaml [optional-fusion-level]
But there is an error:
Traceback (most recent call last):
File "/home/llm/Timeloop-Experiments/transformer_pim/run.py", line 3, in
import pytimeloop.timeloopfe.v4 as tl
ModuleNotFoundError: No module named 'pytimeloop'
I have successfully installed the Accelergy-Timeloop Infrastructure by following the steps in the Readme.md.
I used the following command in the Readme.md to run the experiement:
sudo python3 run.py ./layers/KQV_layer.yaml [optional-fusion-level]
But there is an error:
Traceback (most recent call last):
File "/home/llm/Timeloop-Experiments/transformer_pim/run.py", line 3, in
import pytimeloop.timeloopfe.v4 as tl
ModuleNotFoundError: No module named 'pytimeloop'