Commit
·
2081532
1
Parent(s):
0adfa8b
Add package argilla manually override within code
Browse files- app copy.py +1 -3
app copy.py
CHANGED
@@ -9,9 +9,7 @@ import spaces
|
|
9 |
import torch
|
10 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStreamer
|
11 |
|
12 |
-
from
|
13 |
-
|
14 |
-
from .chat_interface_preference import ChatInterface
|
15 |
|
16 |
MAX_MAX_NEW_TOKENS = 2048
|
17 |
DEFAULT_MAX_NEW_TOKENS = 1024
|
|
|
9 |
import torch
|
10 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStreamer
|
11 |
|
12 |
+
from chat_interface_preference import ChatInterface
|
|
|
|
|
13 |
|
14 |
MAX_MAX_NEW_TOKENS = 2048
|
15 |
DEFAULT_MAX_NEW_TOKENS = 1024
|