We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32637fa commit 9da730dCopy full SHA for 9da730d
src/axolotl/integrations/cut_cross_entropy/README.md
@@ -12,11 +12,13 @@ See https://github.com/apple/ml-cross-entropy
12
13
Run the following command to install `cut_cross_entropy[transformers]` if you don't have it already.
14
15
+- If you are in dev environment
16
```bash
-# if you are in dev environment
17
python scripts/cutcrossentropy_install.py | sh
18
+```
19
-# if you are not in dev environment
20
+- If you are installing from pip
21
+```bash
22
pip3 uninstall -y cut-cross-entropy && pip3 install "cut-cross-entropy[transformers] @ git+https://github.com/apple/ml-cross-entropy.git@bad6f7b49c75fdec69471abb71b4cddd0f0c6438"
23
```
24
0 commit comments