I wonder how you got the following hardware constants for the Linear Programming.
Is there a script that we can run to find these numbers in our system?
I think the code in “fit_cost_model.py” is supposed to find these numbers, but the comments says “it is an old script and There is no promise of reproduction.” I couldn't run this script.
python3 fit_cost_model.py
Traceback (most recent call last):
File "/FlexGen/experimental/fit_cost_model.py", line 18, in
from experiments.run_exp import ExpConfig, cases, get_filename
ModuleNotFoundError: No module named 'experiments'
I would really appreciate if you could let me know if there is any updated script that I could use to find these constants.
Hi all,
I wonder how you got the following hardware constants for the Linear Programming. Is there a script that we can run to find these numbers in our system?
hardware constants
I think the code in “fit_cost_model.py” is supposed to find these numbers, but the comments says “it is an old script and There is no promise of reproduction.” I couldn't run this script.
python3 fit_cost_model.py Traceback (most recent call last): File "/FlexGen/experimental/fit_cost_model.py", line 18, in
from experiments.run_exp import ExpConfig, cases, get_filename
ModuleNotFoundError: No module named 'experiments'
I would really appreciate if you could let me know if there is any updated script that I could use to find these constants.