浏览代码

warn about long runtime

justheuristic 3 年之前
父节点
当前提交
cc9a76625d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -30,7 +30,8 @@ pip install https://github.com/huggingface/transformers/archive/6589e510fa4e6c44
 # run one bloom block for a few steps
 # run one bloom block for a few steps
 python -m cli.inference_one_block --config cli/config.json  # see other args
 python -m cli.inference_one_block --config cli/config.json  # see other args
 
 
-# convert model from HF hub to a distributed format
+
+# convert model from HF hub to a distributed format (can take hours depending on your connection!)
 MY_WRITE_TOKEN=TODO_WRITE_TOKEN_FROM_https://huggingface.co/settings/token
 MY_WRITE_TOKEN=TODO_WRITE_TOKEN_FROM_https://huggingface.co/settings/token
 python -m cli.convert_model --model bigscience/bloom-6b3  \
 python -m cli.convert_model --model bigscience/bloom-6b3  \
   --output_path ./converted_model --output_repo bigscience/test-bloomd-6b3 \
   --output_path ./converted_model --output_repo bigscience/test-bloomd-6b3 \