ilu000 commited on
Commit
0f283d8
1 Parent(s): 71af43a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ print(generate_text.preprocess("Why is drinking water so healthy?")["prompt_text
68
  <|prompt|>Why is drinking water so healthy?<|endoftext|><|answer|>
69
  ```
70
 
71
- Alternatively, if you prefer to not use `trust_remote_code=True` you can download [h2oai_pipeline.py](h2oai_pipeline.py), store it alongside your notebook, and construct the pipeline yourself from the loaded model and tokenizer:
72
 
73
 
74
  ```python
 
68
  <|prompt|>Why is drinking water so healthy?<|endoftext|><|answer|>
69
  ```
70
 
71
+ Alternatively, you can download [h2oai_pipeline.py](h2oai_pipeline.py), store it alongside your notebook, and construct the pipeline yourself from the loaded model and tokenizer:
72
 
73
 
74
  ```python