Text Generation
Transformers
Safetensors
llama
code
granite
Eval Results
text-generation-inference
mayank-mishra commited on
Commit
b7cb4df
1 Parent(s): 43bd2e4

update example

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -272,7 +272,7 @@ output = tokenizer.batch_decode(output)
272
 
273
  # loop over the batch to print, in this example the batch size is 1
274
  for i in output:
275
- print(output)
276
  ```
277
 
278
  ## Training Data
 
272
 
273
  # loop over the batch to print, in this example the batch size is 1
274
  for i in output:
275
+ print(i)
276
  ```
277
 
278
  ## Training Data