Просмотр исходного кода

model-conversion : fix the make targets in the README.md (#16209)

Fix two incorrect make targets in the readme.

Signed-off-by: Jie Fu <jiefu@tencent.com>
Jie Fu (傅杰) 3 месяцев назад
Родитель
Сommit
8ba548dae2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      examples/model-conversion/README.md

+ 2 - 2
examples/model-conversion/README.md

@@ -105,12 +105,12 @@ new model, the model can be converted to GGUF format using the following command
 ### Inspecting the converted model
 The converted model can be inspected using the following command:
 ```console
-(venv) $ make inspect-converted-model
+(venv) $ make causal-inspect-converted-model
 ```
 
 ### Running the converted model
 ```console
-(venv) $ make run-converted-model
+(venv) $ make causal-run-converted-model
 ```
 
 ### Model logits verfication