trying to force a rebuild
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
| 6 |
with open('config.yaml', "r") as f:
|
| 7 |
cfg = yaml.load(f, Loader=yaml.FullLoader)
|
| 8 |
|
|
|
|
| 9 |
tokenizer = AutoTokenizer.from_pretrained("Xibanya/DS9Bot")
|
| 10 |
model = AutoModelForCausalLM.from_pretrained("Xibanya/DS9Bot")
|
| 11 |
|
|
|
|
| 6 |
with open('config.yaml', "r") as f:
|
| 7 |
cfg = yaml.load(f, Loader=yaml.FullLoader)
|
| 8 |
|
| 9 |
+
|
| 10 |
tokenizer = AutoTokenizer.from_pretrained("Xibanya/DS9Bot")
|
| 11 |
model = AutoModelForCausalLM.from_pretrained("Xibanya/DS9Bot")
|
| 12 |
|