Illia56 commited on
Commit
22b769c
·
verified ·
1 Parent(s): b361cbf

Update flowsettings.py

Browse files
Files changed (1) hide show
  1. flowsettings.py +2 -0
flowsettings.py CHANGED
@@ -6,6 +6,8 @@ from pathlib import Path
6
  from decouple import config
7
  from theflow.settings.default import * # noqa
8
 
 
 
9
  cur_frame = currentframe()
10
  if cur_frame is None:
11
  raise ValueError("Cannot get the current frame.")
 
6
  from decouple import config
7
  from theflow.settings.default import * # noqa
8
 
9
+
10
+ model = 'https://huggingface.co/meta-llama/Llama-3.2-3B'
11
  cur_frame = currentframe()
12
  if cur_frame is None:
13
  raise ValueError("Cannot get the current frame.")