speechbrainteam commited on
Commit
bd9d921
1 Parent(s): 893e8fd

Update README.md

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