Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ language:
|
|
| 6 |
## Overview
|
| 7 |
|
| 8 |
`dataset_permissive{.json/.parquet}` is a curated collection of pairs of pytorch programs and equivalent triton code (generated by torch inductor) which can be used to train models to translate pytorch code to triton code.
|
|
|
|
| 9 |
|
| 10 |
## Dataset Creation
|
| 11 |
|
|
|
|
| 6 |
## Overview
|
| 7 |
|
| 8 |
`dataset_permissive{.json/.parquet}` is a curated collection of pairs of pytorch programs and equivalent triton code (generated by torch inductor) which can be used to train models to translate pytorch code to triton code.
|
| 9 |
+
The triton code was generated using **PyTorch 2.5.0** so for best results during evaluation / running the triton code we recommend using that version of pytorch.
|
| 10 |
|
| 11 |
## Dataset Creation
|
| 12 |
|