Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ean-unify-sd' into ean-unify-sd
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetters-amd committed Jul 8, 2024
2 parents 90844af + 16ee249 commit 0bfa2d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/turbine_models/custom_models/llm_cmd_opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def is_valid_file(arg):
)

##############################################################################
# SDXL Inference Options
# These options are used to control runtime parameters for SDXL inference.
# Runtime Options
# These options are used to control runtime parameters.
##############################################################################

p.add_argument(
Expand Down
3 changes: 3 additions & 0 deletions models/turbine_models/custom_models/stateless_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,9 @@ def format_out(results):
llama = StatelessLlama(
args.hf_model_name,
args.precision,
args.max_length,
args.batch_size,
args.num_inference_steps,
args.device,
args.iree_target_triple,
flags,
Expand Down

0 comments on commit 0bfa2d9

Please sign in to comment.