瀏覽代碼

typo again

Dong Wang 1 年之前
父節點
當前提交
4ff821109a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/hf_llama_conversion/README.md

+ 1 - 1
examples/hf_llama_conversion/README.md

@@ -3,7 +3,7 @@
 This is the reverse conversion for `convert_llama_weights_to_hf.py` script from the transformer package.
 
 ## Step 0: Convert to consolidated format
-- Create an output directory for the converted weights, eg `test70Bf`.
+- Create an output directory for the converted weights, such as `test70Bf`.
 - Copy file params.json from the official llama download into that directory.
 - Run the conversion script. `model-path` can be a huggingface hub model or a local hf model directory.
 ```