Skip to content

Commit

Permalink
Enabled non-dual conversion by default (better results)
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Sep 5, 2023
1 parent 90b666b commit 57fbc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autodev/run_onnx_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
tokenizer = model_factory.create_tokenizer()

# apply conversion
#ONNXConversion().convert(model, tokenizer, Path("models/santacoder_onnx"))
ONNXConversion().convert_santacoder_dual_models(model, tokenizer, Path("models/santacoder_onnx_cached"))
ONNXConversion().convert(model, tokenizer, Path("models/santacoder_onnx"))
#ONNXConversion().convert_santacoder_dual_models(model, tokenizer, Path("models/santacoder_onnx_cached"))

log.info("Done")

0 comments on commit 57fbc1f

Please sign in to comment.