Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xida Ren committed Dec 6, 2023
1 parent 30fdf48 commit f478670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run_command(command):
subprocess.run(command, shell=True, check=True)

def test_generate_vmfb(setup_environment):
command = 'python python/turbine_models/custom_models/stateless_llama_export_old.py --compile_to=vmfb --hf_model_name="llSourcell/medllama2_7b" --precision=f16 --quantization=int4 --external_weights=safetensors'
command = 'python python/turbine_models/custom_models/stateless_llama.py --compile_to=vmfb --hf_model_name="llSourcell/medllama2_7b" --precision=f16 --quantization=int4 --external_weights=safetensors'
run_command(command)

def test_generate_quantized_safetensors(setup_environment):
Expand Down

0 comments on commit f478670

Please sign in to comment.