Text Generation
Transformers
Safetensors
English
Chinese
llama
conversational
text-generation-inference
Inference Endpoints
Siming Huang commited on
Commit
57a53a0
1 Parent(s): 81c3370

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ license_link: https://huggingface.co/infly/OpenCoder-1.5B-Instruct/blob/main/LIC
66
 
67
  ```python
68
  import torch
69
- from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig
70
 
71
  model_name = "infly/OpenCoder-1.5B-Instruct"
72
  model = AutoModelForCausalLM.from_pretrained(model_name,
 
66
 
67
  ```python
68
  import torch
69
+ from transformers import AutoTokenizer, AutoModelForCausalLM
70
 
71
  model_name = "infly/OpenCoder-1.5B-Instruct"
72
  model = AutoModelForCausalLM.from_pretrained(model_name,