Skip to content

Commit 5e9185e

Browse files
author
Judd
committed
fix llama 3.2 model name display
1 parent 2d4c779 commit 5e9185e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/llama.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ namespace v3_2
535535
{
536536
public:
537537
ConditionalGeneration() = default;
538-
ConditionalGeneration(const Config &config, const RuntimeConfig &runtime_config, ModelType type = ModelType::MODEL_TYPE_LLAMA3_1)
538+
ConditionalGeneration(const Config &config, const RuntimeConfig &runtime_config, ModelType type = ModelType::MODEL_TYPE_LLAMA3_2)
539539
: v3_1::ConditionalGeneration(config, runtime_config, type, config.num_key_value_heads, config.max_length,
540540
13, config.tie_word_embeddings != 0, 0)
541541
{}

0 commit comments

Comments
 (0)