From e7ecdf59d6d59243becbc8d8ec037e4b335ece06 Mon Sep 17 00:00:00 2001 From: randaller Date: Sun, 19 Mar 2023 10:56:26 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84303b6..6e61383 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,8 @@ Confirming that 30B model is able to generate SQL code: https://github.com/randa ### Hugging Face 🤗 version +Thanks to Yam Peleg, we now have *"No overengineering bullshit"* version. Model shards and tokenizer will be downloaded from HF automatically at first run. + ``` python hf-inference-example.py ```