sharpbai commited on
Commit
fbccb90
1 Parent(s): 4a41912

Upload /README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@ tok = AutoTokenizer.from_pretrained(BASE_MODEL, use_fast=False)
74
  streamer = TextStreamer(tok)
75
  ```
76
 
77
- I have done some test in this notebook
78
  https://colab.research.google.com/gist/sharpbai/745fa7c6b2069544c254b1fb73070698/infer-with-onnxruntime-vs-transformers-llama-13b.ipynb
79
 
80
  ## Original model card
 
74
  streamer = TextStreamer(tok)
75
  ```
76
 
77
+ I have done some tests in this notebook
78
  https://colab.research.google.com/gist/sharpbai/745fa7c6b2069544c254b1fb73070698/infer-with-onnxruntime-vs-transformers-llama-13b.ipynb
79
 
80
  ## Original model card