Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya-Krylov committed Feb 28, 2022
1 parent a197c3b commit a2ae0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ote_cli/ote_cli/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def read_model(model_configuration, path, train_dataset):
}

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

for key in model_adapter_keys:
Expand Down

0 comments on commit a2ae0e0

Please sign in to comment.