Add application file
Browse files
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:
|