Update README.md
Browse files
README.md
CHANGED
@@ -101,8 +101,6 @@ class MyTextIteratorStreamer(TextIteratorStreamer):
|
|
101 |
def end(self):
|
102 |
pass
|
103 |
|
104 |
-
|
105 |
-
|
106 |
model = AutoModelForCausalLM.from_pretrained(
|
107 |
MODEL_PATH,
|
108 |
torch_dtype=torch.bfloat16,
|
|
|
101 |
def end(self):
|
102 |
pass
|
103 |
|
|
|
|
|
104 |
model = AutoModelForCausalLM.from_pretrained(
|
105 |
MODEL_PATH,
|
106 |
torch_dtype=torch.bfloat16,
|