Merge pull request #2432 from lissyx/update-doc-link
Update doc link for model compatibility
This commit is contained in:
commit
65a53aeb4a
@ -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