Skip to content

Commit

Permalink
Merge branch 'main' into perplexity-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam authored Oct 30, 2024
2 parents d986174 + 560e618 commit c736202
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 c736202

Please sign in to comment.