Update README.md
Browse files
README.md
CHANGED
@@ -90,7 +90,8 @@ This is how to use the model with Faster-Whisper.
|
|
90 |
|
91 |
export LD_LIBRARY_PATH=`python3 -c 'import os; import nvidia.cublas.lib; import nvidia.cudnn.lib; print(os.path.dirname(nvidia.cublas.lib.__file__) + ":" + os.path.dirname(nvidia.cudnn.lib.__file__))'`
|
92 |
```
|
93 |
-
|
|
|
94 |
## Training procedure
|
95 |
|
96 |
### Training Results
|
|
|
90 |
|
91 |
export LD_LIBRARY_PATH=`python3 -c 'import os; import nvidia.cublas.lib; import nvidia.cudnn.lib; print(os.path.dirname(nvidia.cublas.lib.__file__) + ":" + os.path.dirname(nvidia.cudnn.lib.__file__))'`
|
92 |
```
|
93 |
+
Special thanks to [Yasmin Moslem](https://huggingface.co/ymoslem) for her help in resolving this.
|
94 |
+
|
95 |
## Training procedure
|
96 |
|
97 |
### Training Results
|