📚 The doc issue
For example, the documenation of the generate
method in LLM Class.
Clicking its source
button, we find that it points to an unrelated function in utils.
This is just one example, a similar thing happens with the link for LLM.encode
.
Suggest a potential alternative/fix
I am not familiar with the way Sphinx generates documentation, but there may be something to be done in one of its configs.
Before submitting a new issue...