jerryzh168 commited on
Commit
004acbe
·
verified ·
1 Parent(s): 7f81a6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -59,7 +59,8 @@ this is expected be resolved in pytorch 2.8.
59
 
60
  Install the required packages:
61
  ```Shell
62
- pip install git+https://github.com/huggingface/transformers@main
 
63
  pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
64
  pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
65
  pip install accelerate
@@ -123,7 +124,8 @@ print("content:", content)
123
 
124
  Install the required packages:
125
  ```Shell
126
- pip install git+https://github.com/huggingface/transformers@main
 
127
  pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
128
  pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
129
  pip install accelerate
 
59
 
60
  Install the required packages:
61
  ```Shell
62
+ # for compatibility with modeling file in checkpoint
63
+ pip install transformers==4.53.0
64
  pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
65
  pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
66
  pip install accelerate
 
124
 
125
  Install the required packages:
126
  ```Shell
127
+ # for compatibility with modeling file in checkpoint
128
+ pip install transformers==4.53.0
129
  pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
130
  pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
131
  pip install accelerate