ExLlamaV2()ExllamaV2 API.
To use, you should have the exllamav2 library installed, and provide the path to the Llama model as a named parameter to the constructor. Check out:
Example:
.. code-block:: python
from langchain_community.llms import Exllamav2
llm = Exllamav2(model_path="/path/to/llama/model")
#TODO: