The community member posted a question about how to use an already downloaded model with the HuggingFaceLLM class, asking if there is an option to input the directory of the downloaded model instead of having it downloaded in the cache. Another community member provided a code snippet suggesting to use the model_name and tokenizer_name parameters to specify the paths to the downloaded model and tokenizer. The original poster thanked the community member for the response.
Hello, just a quick question, does anyone know how to use an already downloaded model using the HuggingFaceLLM class ?, for example is there an option to input the directory of the already downloaded model instead of having to download it in the cache ?