nndeploy C++ API  0.2.0
nndeploy C++ API
Public Attributes | List of all members
nndeploy::qwen::QwenConfig Struct Reference

#include <qwen.h>

Public Attributes

std::string embedding_file_
 
int hidden_size_
 
std::vector< int32_t > kv_init_shape_
 
int layer_nums_
 
int max_seq_len_
 
std::string model_value_
 
std::string prompt_
 
std::string prompt_template_
 
std::string tokenizer_json_
 
std::string tokenizer_txt_
 

Detailed Description

Definition at line 31 of file qwen.h.

Member Data Documentation

◆ embedding_file_

std::string nndeploy::qwen::QwenConfig::embedding_file_

Definition at line 36 of file qwen.h.

◆ hidden_size_

int nndeploy::qwen::QwenConfig::hidden_size_

Definition at line 33 of file qwen.h.

◆ kv_init_shape_

std::vector<int32_t> nndeploy::qwen::QwenConfig::kv_init_shape_

Definition at line 40 of file qwen.h.

◆ layer_nums_

int nndeploy::qwen::QwenConfig::layer_nums_

Definition at line 32 of file qwen.h.

◆ max_seq_len_

int nndeploy::qwen::QwenConfig::max_seq_len_

Definition at line 34 of file qwen.h.

◆ model_value_

std::string nndeploy::qwen::QwenConfig::model_value_

Definition at line 35 of file qwen.h.

◆ prompt_

std::string nndeploy::qwen::QwenConfig::prompt_

Definition at line 39 of file qwen.h.

◆ prompt_template_

std::string nndeploy::qwen::QwenConfig::prompt_template_

Definition at line 38 of file qwen.h.

◆ tokenizer_json_

std::string nndeploy::qwen::QwenConfig::tokenizer_json_

Definition at line 37 of file qwen.h.

◆ tokenizer_txt_

std::string nndeploy::qwen::QwenConfig::tokenizer_txt_

Definition at line 37 of file qwen.h.


The documentation for this struct was generated from the following file: