Sanyam Bhutani 6 달 전
부모
커밋
fe115fbe39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      recipes/quickstart/Multi-Modal-RAG/README.md

+ 1 - 1
recipes/quickstart/Multi-Modal-RAG/README.md

@@ -13,7 +13,7 @@ List of models and libraries used in the showcase:
 - [Llama-3.2-11B-Vision-Instruct](https://www.llama.com/docs/how-to-guides/vision-capabilities/) Model
 - [Lance-db for vector database](https://lancedb.com)
 - [This]() Kaggle dataset for building our work
-- [HF Dataset](https://huggingface.co/datasets/Sanyam/MM-Demo) Since output of the model can be non-deterministic everytime we run, we will use the uploaded dataset to give a universal experience
+- [HF Dataset](https://huggingface.co/datasets/Sanyam/MM-Demo) Since output of the model can be non-deterministic every time we run, we will use the uploaded dataset to give a universal experience
 - [Transformers for 11B model](https://github.com/huggingface/transformers) 
 - [Gradio for Demo](https://github.com/gradio-app/gradio)
 - [Together API for demo](https://www.together.ai)