Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def evaluate(
|
|
55 |
|
56 |
instruction = instruction.strip()
|
57 |
input=None
|
58 |
-
input = input.strip()
|
59 |
ctx = generate_prompt(instruction, input)
|
60 |
|
61 |
gpu_info = nvmlDeviceGetMemoryInfo(gpu_h)
|
|
|
55 |
|
56 |
instruction = instruction.strip()
|
57 |
input=None
|
58 |
+
# input = input.strip()
|
59 |
ctx = generate_prompt(instruction, input)
|
60 |
|
61 |
gpu_info = nvmlDeviceGetMemoryInfo(gpu_h)
|