fix broken pytorch link
#1
by
ZennyKenny
- opened
README.md
CHANGED
@@ -24,7 +24,7 @@ The final distribution of documents by topic is shown in the chart below:
|
|
24 |
## Model details
|
25 |
|
26 |
The models were trained for one epoch on sequences of 4096 tokens. During training, we used many modern optimizations such as:
|
27 |
-
- [torch.compile](pytorch.org/docs/stable/generated/torch.compile.html)
|
28 |
- [adamw_apex_fused](https://huggingface.co/docs/transformers/main/en/perf_train_gpu_one#optimizer-choice) optimizer
|
29 |
- [Flash Attention 2](github.com/Dao-AILab/flash-attention)
|
30 |
- [Mixed precision](https://huggingface.co/docs/transformers/main/en/perf_train_gpu_one#bf16) (`--bf16` and `--tf32` options)
|
|
|
24 |
## Model details
|
25 |
|
26 |
The models were trained for one epoch on sequences of 4096 tokens. During training, we used many modern optimizations such as:
|
27 |
+
- [torch.compile](https://pytorch.org/docs/stable/generated/torch.compile.html)
|
28 |
- [adamw_apex_fused](https://huggingface.co/docs/transformers/main/en/perf_train_gpu_one#optimizer-choice) optimizer
|
29 |
- [Flash Attention 2](github.com/Dao-AILab/flash-attention)
|
30 |
- [Mixed precision](https://huggingface.co/docs/transformers/main/en/perf_train_gpu_one#bf16) (`--bf16` and `--tf32` options)
|