Emaad commited on
Commit
bb990cc
·
verified ·
1 Parent(s): 5937e20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 performance, install [xFormers](https://github.com/facebookresearch/xformers) and [flash-attention](https://github.com/Dao-AILab/flash-attention).**
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