This commit is contained in:
Anton Bacaj 2023-06-26 03:50:51 -04:00 committed by GitHub
parent bec694d566
commit d027b38efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,5 +16,5 @@ if __name__ == "__main__":
repo_id = "TheBloke/mpt-30B-chat-GGML" repo_id = "TheBloke/mpt-30B-chat-GGML"
model_filename = "mpt-30b-chat.ggmlv0.q4_1.bin" model_filename = "mpt-30b-chat.ggmlv0.q4_1.bin"
destination_folder = "modelz" destination_folder = "models"
download_mpt_quant(destination_folder, repo_id, model_filename) download_mpt_quant(destination_folder, repo_id, model_filename)