McY
commited on
Commit
·
f6361c3
1
Parent(s):
a87a43f
Update README.md
Browse files
README.md
CHANGED
|
@@ -89,4 +89,6 @@ def stream(user_prompt):
|
|
| 89 |
_ = model.generate(**inputs, streamer=streamer, max_new_tokens=200)
|
| 90 |
|
| 91 |
stream(input_text)
|
| 92 |
-
```
|
|
|
|
|
|
|
|
|
| 89 |
_ = model.generate(**inputs, streamer=streamer, max_new_tokens=200)
|
| 90 |
|
| 91 |
stream(input_text)
|
| 92 |
+
```
|
| 93 |
+
|
| 94 |
+
also try to use an inference endpoint and use a VS-Code extension
|