Update modules/pmbl.py
Browse files- modules/pmbl.py +1 -1
modules/pmbl.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import sqlite3
|
2 |
from datetime import datetime
|
3 |
from concurrent.futures import ThreadPoolExecutor
|
|
|
4 |
import torch
|
5 |
import spaces
|
6 |
-
from huggingface_hub import spaces
|
7 |
|
8 |
class PMBL:
|
9 |
def __init__(self, model_path):
|
|
|
1 |
import sqlite3
|
2 |
from datetime import datetime
|
3 |
from concurrent.futures import ThreadPoolExecutor
|
4 |
+
from llama_cpp import Llama
|
5 |
import torch
|
6 |
import spaces
|
|
|
7 |
|
8 |
class PMBL:
|
9 |
def __init__(self, model_path):
|