ItsMeDevRoland commited on
Commit
f8ce270
·
verified ·
1 Parent(s): b12bae0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,10 +32,10 @@ import torch
32
  from huggingface_hub import hf_hub_download
33
  import os
34
 
35
- # Efficient GGUF model download and loading... i think....
36
  def download_and_load_model(
37
  repo_id="N-Bot-Int/OpenElla3-Llama3.2B-GGUF",
38
- filename="unsloth.Q4_K_M.gguf
39
  ):
40
  """
41
  Download GGUF model from HuggingFace if not exists
 
32
  from huggingface_hub import hf_hub_download
33
  import os
34
 
35
+ # Efficient GGUF model download and loading
36
  def download_and_load_model(
37
  repo_id="N-Bot-Int/OpenElla3-Llama3.2B-GGUF",
38
+ filename="unsloth.Q4_K_M.gguf" # Fixed: Added closing quotation mark
39
  ):
40
  """
41
  Download GGUF model from HuggingFace if not exists