Skip to content

Commit 271b24c

Browse files
authored
feat: update cce to latest (axolotl-ai-cloud#2521)
1 parent 198d775 commit 271b24c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/cutcrossentropy_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525

2626
print(
2727
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"'
2929
)

src/axolotl/integrations/cut_cross_entropy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Run the following command to install `cut_cross_entropy[transformers]` if you do
1717
python scripts/cutcrossentropy_install.py | sh
1818

1919
# 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"
2121
```
2222

2323
## Usage

src/axolotl/integrations/cut_cross_entropy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
_CCE_INSTALL_MESSAGE = (
3535
"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"`'
3737
)
3838

3939

0 commit comments

Comments
 (0)