hello, i want to work fully locally without any connexion to internet. i aim to download the llm from HF ( text_to_sql project) to bypass the need to the key but i dont know how to replace :Settings.embed_model = HuggingFaceEmbedding( model_name="BAAI/bge-small-en-v1.5" ) and llm = HuggingFaceInferenceAPI( model_name="HuggingFaceH4/zephyr-7b-alpha", token=HF_TOKEN ). any help plzzzz
i downloaded all the file of the llm in my machine and i want to pypass the call to HF or Ollama because both of them requires internet. ( even ollama i think ) so i don't know how to "call" the model from my machine