Update README.md
Browse files
README.md
CHANGED
|
@@ -99,7 +99,7 @@ upper_quantile = forecast.quantile(0.9)
|
|
| 99 |
For detailed inference instructions, refer to the [inference tutorial notebook](https://github.com/DataDog/toto/blob/main/toto/notebooks/inference_tutorial.ipynb).
|
| 100 |
|
| 101 |
### Performance Recommendations
|
| 102 |
-
- **For optimal
|
| 103 |
|
| 104 |
---
|
| 105 |
|
|
|
|
| 99 |
For detailed inference instructions, refer to the [inference tutorial notebook](https://github.com/DataDog/toto/blob/main/toto/notebooks/inference_tutorial.ipynb).
|
| 100 |
|
| 101 |
### Performance Recommendations
|
| 102 |
+
- ### **For optimal speed and reduced memory usage, install [xFormers](https://github.com/facebookresearch/xformers) and [flash-attention](https://github.com/Dao-AILab/flash-attention). Then, set `use_memory_efficient` to `True`.**
|
| 103 |
|
| 104 |
---
|
| 105 |
|