Update README.md

main
Yang An 2 years ago committed by GitHub
parent 3fd3bf7c31
commit 06379e0787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ print(tokenizer.decode(pred.cpu()[0], skip_special_tokens=True))
Running Qwen-7B-Chat is also simple. We provide you with an example of IPython to show how to interactive with the model.
```ipython
```python
>>> from transformers import AutoModelForCausalLM, AutoTokenizer
>>> from transformers.generation import GenerationConfig

Loading…
Cancel
Save