Spaces:
Sleeping
Sleeping
john
commited on
Commit
·
2e9bb0a
1
Parent(s):
b3bf353
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from llama_cpp import Llama
|
|
6 |
import random
|
7 |
import os
|
8 |
import multiprocessing
|
|
|
9 |
|
10 |
def get_num_cores():
|
11 |
"""Get the number of CPU cores."""
|
|
|
6 |
import random
|
7 |
import os
|
8 |
import multiprocessing
|
9 |
+
from huggingface_hub import hf_hub_download #load from huggingfaces
|
10 |
|
11 |
def get_num_cores():
|
12 |
"""Get the number of CPU cores."""
|