VatsalPatel18 commited on
Commit
4e07320
1 Parent(s): 1c40862

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -10,7 +10,7 @@ print('goinf to download model')
10
  # Download the model directly in the app
11
  model_path = hf_hub_download(
12
  repo_id="microsoft/Phi-3-mini-4k-instruct-gguf",
13
- filename="Phi-3-mini-4k-instruct-q4.gguf"))
14
 
15
  print('going to initialize model')
16
  # Initialize the LlamaCpp model
 
10
  # Download the model directly in the app
11
  model_path = hf_hub_download(
12
  repo_id="microsoft/Phi-3-mini-4k-instruct-gguf",
13
+ filename="Phi-3-mini-4k-instruct-q4.gguf")
14
 
15
  print('going to initialize model')
16
  # Initialize the LlamaCpp model