Skip to content

Commit 623019e

Browse files
committed
Fix test
1 parent 685fe48 commit 623019e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama/export_llama_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ def _load_llama_model(
863863

864864
return LLMEdgeManager(
865865
model=model,
866-
modelname=modelname,
866+
modelname=modelclass,
867867
max_seq_len=model.params.max_seq_len,
868868
dtype=dtype,
869869
use_kv_cache=use_kv_cache,

0 commit comments

Comments
 (0)