File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/axolotl/integrations/cut_cross_entropy Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
26
26
print (
27
27
UNINSTALL_PREFIX
28
- + 'pip install "cut-cross-entropy[transformers] @ git+https://github.com/apple/ml-cross-entropy.git@24fbe4b5dab9a6c250a014573613c1890190536c "'
28
+ + 'pip install "cut-cross-entropy[transformers] @ git+https://github.com/apple/ml-cross-entropy.git@bad6f7b49c75fdec69471abb71b4cddd0f0c6438 "'
29
29
)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Run the following command to install `cut_cross_entropy[transformers]` if you do
17
17
python scripts/cutcrossentropy_install.py | sh
18
18
19
19
# if you are not in dev environment
20
- pip3 uninstall -y cut-cross-entropy && pip3 install " cut-cross-entropy[transformers] @ git+https://github.com/apple/ml-cross-entropy.git@24fbe4b5dab9a6c250a014573613c1890190536c "
20
+ pip3 uninstall -y cut-cross-entropy && pip3 install " cut-cross-entropy[transformers] @ git+https://github.com/apple/ml-cross-entropy.git@bad6f7b49c75fdec69471abb71b4cddd0f0c6438 "
21
21
```
22
22
23
23
## Usage
Original file line number Diff line number Diff line change 33
33
34
34
_CCE_INSTALL_MESSAGE = (
35
35
"Please install cut_cross_entropy with transformers support using "
36
- '`pip install "cut-cross-entropy[transformers] @ git+https://github.com/apple/ml-cross-entropy.git@24fbe4b5dab9a6c250a014573613c1890190536c "`'
36
+ '`pip install "cut-cross-entropy[transformers] @ git+https://github.com/apple/ml-cross-entropy.git@bad6f7b49c75fdec69471abb71b4cddd0f0c6438 "`'
37
37
)
38
38
39
39
You can’t perform that action at this time.
0 commit comments