del llama3_1

This commit is contained in:
zyw_hw
2025-11-05 10:12:33 +08:00
parent 2a7f10d293
commit 4f34b0922a
26 changed files with 4 additions and 4338 deletions

View File

@@ -30,7 +30,7 @@ mindformers.AutoConfig
这个API正处于实验阶段在下一个版本中可能会有一些突破性的变化。
参数:
- **model_type** (str) - 模型简称,类似'llama3_1'。
- **model_type** (str) - 模型简称,类似'qwen2_5'。
- **config** (PretrainedConfig) - 用于注册的类。
- **exist_ok** (bool, 可选) - 为True时若model_type已存在也不报错。默认值 ``False``