mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-31 17:27:42 +00:00
fix: Use fixed file name in model costeer & fixing cache (#311)
* use fixed name in model costeer to enable cache * fix ci
This commit is contained in:
@@ -115,6 +115,7 @@ PARAM_INIT_VALUE = {param_init_value}
|
||||
dump_file_names=["execution_feedback_str.pkl", "execution_model_output.pkl"],
|
||||
local_path=str(self.workspace_path),
|
||||
env={},
|
||||
code_dump_file_py_name="model_test",
|
||||
)
|
||||
if results is None:
|
||||
raise RuntimeError(f"Error in running the model code: {log}")
|
||||
|
||||
Reference in New Issue
Block a user