Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ import torch
|
|
6 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
7 |
print(f"{torch.cuda.current_device()}")
|
8 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|
9 |
-
exit()
|
10 |
|
11 |
from model import get_input_token_length, run
|
12 |
|
|
|
6 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
7 |
print(f"{torch.cuda.current_device()}")
|
8 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|
|
|
9 |
|
10 |
from model import get_input_token_length, run
|
11 |
|