File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
models/turbine_models/custom_models Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ def is_valid_file(arg):
44
44
)
45
45
46
46
##############################################################################
47
- # SDXL Inference Options
48
- # These options are used to control runtime parameters for SDXL inference .
47
+ # Runtime Options
48
+ # These options are used to control runtime parameters.
49
49
##############################################################################
50
50
51
51
p .add_argument (
Original file line number Diff line number Diff line change @@ -758,6 +758,9 @@ def format_out(results):
758
758
llama = StatelessLlama (
759
759
args .hf_model_name ,
760
760
args .precision ,
761
+ args .max_length ,
762
+ args .batch_size ,
763
+ args .num_inference_steps ,
761
764
args .device ,
762
765
args .iree_target_triple ,
763
766
flags ,
You can’t perform that action at this time.
0 commit comments