From c626fba76e7e773e073c827a390451a8a82e2073 Mon Sep 17 00:00:00 2001 From: randaller Date: Sun, 19 Mar 2023 10:53:22 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4013f8..84303b6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ And on Steve Manuatu's repo: https://github.com/venuatu/llama And on Shawn Presser's repo: https://github.com/shawwn/llama -HF version by Yam Peleg and Jason Phang: https://github.com/ypeleg/llama & https://github.com/zphang +HF 🤗 version by Yam Peleg and Jason Phang: https://github.com/ypeleg/llama & https://github.com/zphang ### Examples of chats here @@ -144,6 +144,12 @@ Confirming that 7B and 30B model support Arduino IDE: https://github.com/randall Confirming that 30B model is able to generate SQL code: https://github.com/randaller/llama-chat/issues/7#issuecomment-1467861922 +### Hugging Face 🤗 version + +``` +python hf-inference-example.py +``` + ### Reference LLaMA: Open and Efficient Foundation Language Models -- https://arxiv.org/abs/2302.13971