Skip to content

Commit

Permalink
fix: codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyararimovna committed May 22, 2023
1 parent 735b61e commit e91811f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/transformers_lm/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
logging.getLogger("werkzeug").setLevel("WARNING")
DEFAULT_CONFIGS = {
"EleutherAI/gpt-j-6B": json.load(open("generative_configs/default_generative_config.json", "r")),
"OpenAssistant/pythia-12b-sft-v8-7k-steps": json.load(open("generative_configs/default_generative_config.json", "r")),
"OpenAssistant/pythia-12b-sft-v8-7k-steps": json.load(
open("generative_configs/default_generative_config.json", "r")
),
}


Expand Down

0 comments on commit e91811f

Please sign in to comment.