Closed rabilrbl closed 1 year ago
In your PR, the check_model
method is still always loading the model from ~/onprem_data
. So, the model is never loaded from the supplied custom download location.
@amaiya Fixed ✅
Great - thanks a lot, @rabilrbl. The default download location is checked even when supplying a custom download path in the constructor. I can make these adjustments after merging. Thanks again!
Resolves #5
This PR will enable to pass an optional argument
model_download_path
forLLM
andLLM.download_model
to set custom path location for model download.