Skip to content

Commit 9a10e45

Browse files
authored
Update wget command in README.md
1 parent 48f2b67 commit 9a10e45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

baselines/TimeMoE/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```bash
44
# Activate your conda environment if applicable
5-
wget https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
5+
wget https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl --no-check-certificate
66
pip install flash_attn-2.7.4.post1+cu12torch2.5cxx11abiFALSE-cp311-cp311-linux_x86_64.whl
77
```
88

@@ -20,4 +20,4 @@ torch._dynamo.config.accumulated_cache_size_limit = 256
2020
torch._dynamo.config.cache_size_limit = 256 # Increase if necessary
2121
torch._dynamo.config.capture_scalar_outputs = True
2222
torch._dynamo.config.optimize_ddp = False
23-
```
23+
```

0 commit comments

Comments
 (0)