Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ print(tokenizer.decode(model.generate(**inputs, max_new_tokens=50, do_sample=Fal
|
|
39 |
##There is a girl who likes adventure, and she is always looking for new experiences. She is a bit of a thrill-seeker, and she loves to push herself to the limit. She is also a bit of a free spirit, and she loves to explore new places and try new things
|
40 |
```
|
41 |
|
42 |
-
### INT4 Inference
|
43 |
```python
|
44 |
import habana_frameworks.torch.core as htcore
|
45 |
import habana_frameworks.torch.hpu as hthpu
|
|
|
39 |
##There is a girl who likes adventure, and she is always looking for new experiences. She is a bit of a thrill-seeker, and she loves to push herself to the limit. She is also a bit of a free spirit, and she loves to explore new places and try new things
|
40 |
```
|
41 |
|
42 |
+
### Intel Gaudi-2 INT4 Inference
|
43 |
```python
|
44 |
import habana_frameworks.torch.core as htcore
|
45 |
import habana_frameworks.torch.hpu as hthpu
|