Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def main():
|
|
125 |
tokenizer = AutoTokenizer.from_pretrained(
|
126 |
"THUDM/chatglm-6b-int4", trust_remote_code=True)
|
127 |
config = AutoConfig.from_pretrained(
|
128 |
-
"
|
129 |
|
130 |
config.pre_seq_len = 128
|
131 |
config.prefix_projection = False
|
|
|
125 |
tokenizer = AutoTokenizer.from_pretrained(
|
126 |
"THUDM/chatglm-6b-int4", trust_remote_code=True)
|
127 |
config = AutoConfig.from_pretrained(
|
128 |
+
"checkpoint-500", trust_remote_code=True)
|
129 |
|
130 |
config.pre_seq_len = 128
|
131 |
config.prefix_projection = False
|