Skip to content

Commit a2ae0e0

Browse files
committed
minor
1 parent a197c3b commit a2ae0e0

File tree

1 file changed

+1
-1
lines changed
  • ote_cli/ote_cli/utils

1 file changed

+1
-1
lines changed

ote_cli/ote_cli/utils/io.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def read_model(model_configuration, path, train_dataset):
105105
}
106106

107107
config_path = os.path.join(temp_dir, "demo_package", "config.json")
108-
with open(config_path) as f:
108+
with open(config_path, encoding="UTF-8") as f:
109109
model_parameters = json.load(f)["model_parameters"]
110110

111111
for key in model_adapter_keys:

0 commit comments

Comments
 (0)