peder commited on
Commit
fdd8eb7
·
1 Parent(s): e2a5b83

pus med støvler

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from transformers import pipeline, set_seed
10
  from transformers import AutoTokenizer, AutoModelForCausalLM
11
 
12
  #import torch
13
- print(f"Is CUDA available PLEASE: {torch.cuda.is_available()}")
14
  # True
15
  print(
16
  f"CUDA device for you Perrito: {torch.cuda.get_device_name(torch.cuda.current_device())}")
 
10
  from transformers import AutoTokenizer, AutoModelForCausalLM
11
 
12
  #import torch
13
+ print(f"Is CUDA available: {torch.cuda.is_available()}")
14
  # True
15
  print(
16
  f"CUDA device for you Perrito: {torch.cuda.get_device_name(torch.cuda.current_device())}")