Update doc link for model compatibility
X-DeepSpeech: NOBUILD
This commit is contained in:
parent
cb3d1a3f36
commit
c15d9b4b8b
@ -83,7 +83,7 @@ TFModelState::init(const char* model_path,
|
||||
std::cerr << "Specified model file version (" << graph_version << ") is "
|
||||
<< "incompatible with minimum version supported by this client ("
|
||||
<< ds_graph_version() << "). See "
|
||||
<< "https://github.com/mozilla/DeepSpeech/#model-compatibility "
|
||||
<< "https://github.com/mozilla/DeepSpeech/blob/master/USING.rst#model-compatibility "
|
||||
<< "for more information" << std::endl;
|
||||
return DS_ERR_MODEL_INCOMPATIBLE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user