speechbrainteam commited on
Commit
1ae06c5
1 Parent(s): 9a35b05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -65,6 +65,9 @@ asr_model.transcribe_file('speechbrain/asr-crdnn-rnnlm-librispeech/example.wav')
65
 
66
  ```
67
 
 
 
 
68
  #### Referencing SpeechBrain
69
 
70
  ```
@@ -74,6 +77,6 @@ asr_model.transcribe_file('speechbrain/asr-crdnn-rnnlm-librispeech/example.wav')
74
  year = {2021},
75
  publisher = {GitHub},
76
  journal = {GitHub repository},
77
- howpublished = {\\url{https://github.com/speechbrain/speechbrain}},
78
  }
79
  ```
 
65
 
66
  ```
67
 
68
+ ### Inference on GPU
69
+ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
70
+
71
  #### Referencing SpeechBrain
72
 
73
  ```
 
77
  year = {2021},
78
  publisher = {GitHub},
79
  journal = {GitHub repository},
80
+ howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
81
  }
82
  ```