Spaces:
Sleeping
Sleeping
Commit
·
4ade799
1
Parent(s):
54a9fed
overhaul
Browse files
bp_phi/__pycache__/runner.cpython-310.pyc
CHANGED
|
Binary files a/bp_phi/__pycache__/runner.cpython-310.pyc and b/bp_phi/__pycache__/runner.cpython-310.pyc differ
|
|
|
bp_phi/llm_iface.py
CHANGED
|
@@ -7,7 +7,7 @@ import numpy as np
|
|
| 7 |
from transformers import AutoModelForCausalLM, AutoTokenizer, set_seed
|
| 8 |
from typing import List, Optional
|
| 9 |
|
| 10 |
-
DEBUG =
|
| 11 |
|
| 12 |
def dbg(*args):
|
| 13 |
if DEBUG:
|
|
|
|
| 7 |
from transformers import AutoModelForCausalLM, AutoTokenizer, set_seed
|
| 8 |
from typing import List, Optional
|
| 9 |
|
| 10 |
+
DEBUG = 1
|
| 11 |
|
| 12 |
def dbg(*args):
|
| 13 |
if DEBUG:
|