You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: