KaizeShi commited on
Commit
f52d254
·
1 Parent(s): 724f6b3

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -60,6 +60,7 @@ else:
60
  device_map={"": device},
61
  )
62
 
 
63
 
64
  def generate_prompt(instruction, input=None):
65
  if input:
 
60
  device_map={"": device},
61
  )
62
 
63
+ print("Model: " + str(model))
64
 
65
  def generate_prompt(instruction, input=None):
66
  if input: