wintergw commited on
Commit
c5c467d
·
verified ·
1 Parent(s): 1700f2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -72,6 +72,12 @@ repo_dir = snapshot_download(
72
  # Add repo directory to sys.path
73
  sys.path.append(repo_dir)
74
 
 
 
 
 
 
 
75
  # Load the base model
76
  # base_model = AutoModelForCausalLM.from_pretrained(
77
  # "meta-llama/Meta-Llama-3-8B",
 
72
  # Add repo directory to sys.path
73
  sys.path.append(repo_dir)
74
 
75
+
76
+ print("the folder is ", repo_dir)
77
+ print("Files in Model Directory:", os.listdir(repo_dir))
78
+
79
+
80
+
81
  # Load the base model
82
  # base_model = AutoModelForCausalLM.from_pretrained(
83
  # "meta-llama/Meta-Llama-3-8B",