Browse Source

Update docs;

bjorn 5 years ago
parent
commit
83f37acff4
1 changed files with 4 additions and 2 deletions
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -31,8 +31,8 @@ DeepSpeech Setup
 - Download the speech recognition model from the same release page.  It's a huge `pbmm` file.
 
 > Note: There are multiple flavors of the native client.  The `cpu` flavor runs on the CPU, the
-`gpu` flavor runs on the GPU with CUDA, and the `tflite` flavor can use the smaller tflite model
-instead of the pbmm one.
+`cuda` flavor runs on the GPU with CUDA, and the `tflite` flavor can use the smaller tflite model
+instead of the pbmm one.  It's recommended to start with the `cpu` flavor.
 
 ### Scorer
 
@@ -65,6 +65,8 @@ and the lua-deepspeech library needs to be somewhere that it can be required by
 of these can be put next to the lovr executable (building as a plugin will take care of this).
 For other engines it will probably be different.
 
+> Note: on Windows the deepspeech library has a really weird name: `libdeepspeech.so`
+
 Usage
 ---