Skip to content

Commit

Permalink
Merge branch 'perplexity-fix' of https://github.com/nod-ai/SHARK-Plat…
Browse files Browse the repository at this point in the history
…form into perplexity-fix
  • Loading branch information
archana-ramalingam committed Oct 31, 2024
2 parents 708c855 + c736202 commit a505de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharktank/sharktank/examples/export_paged_llm_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def _(
print(f"EXPORT {name}:\n{ep}")

print("Exporting")
output = export(fxb)
output = export(fxb, import_symbolic_shape_expressions=True)
print(f"Saving to '{args.output_mlir}'")
output.save_mlir(args.output_mlir)
json.dump(config, open(args.output_config, "w"))
Expand Down

0 comments on commit a505de5

Please sign in to comment.