Sergidev commited on
Commit
6fedced
1 Parent(s): 2f2f011

Update modules/pmbl.py

Browse files
Files changed (1) hide show
  1. modules/pmbl.py +1 -0
modules/pmbl.py CHANGED
@@ -3,6 +3,7 @@ from datetime import datetime
3
  from llama_cpp import Llama
4
  from concurrent.futures import ThreadPoolExecutor
5
  import torch
 
6
 
7
  # Set CUDA device (assuming you have an NVIDIA T4 Medium)
8
  os.environ["CUDA_VISIBLE_DEVICES"] = "0"
 
3
  from llama_cpp import Llama
4
  from concurrent.futures import ThreadPoolExecutor
5
  import torch
6
+ import os
7
 
8
  # Set CUDA device (assuming you have an NVIDIA T4 Medium)
9
  os.environ["CUDA_VISIBLE_DEVICES"] = "0"