This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
radu
/
LLamaRecipes
Mirror von
https://github.com/facebookresearch/llama-recipes.git
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Quellcode durchsuchen
Updating directory with llama 3 files, before updating for llama 3.1
Eissa Jamil
vor 1 Jahr
Ursprung
814d1fe2ce
Commit
f21b8cba19
8 geänderte Dateien
mit
3332 neuen
und
486 gelöschten
Zeilen
Geteilte Ansicht
Diff-Statistik anzeigen
496
0
recipes/3p_integrations/aws/HelloLlamaRAG_on_Bedrock.ipynb
693
486
recipes/3p_integrations/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb
768
0
recipes/3p_integrations/aws/RAG_chatbot/RAG_Chatbot_Example.ipynb
BIN
recipes/3p_integrations/aws/RAG_chatbot/data/Llama Getting Started Guide.pdf
6
0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt
BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.pkl
1369
0
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb
Datei-Diff unterdrückt, da er zu groß ist
+ 496
- 0
recipes/3p_integrations/aws/HelloLlamaRAG_on_Bedrock.ipynb
Datei-Diff unterdrückt, da er zu groß ist
+ 693
- 486
recipes/3p_integrations/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb
Datei-Diff unterdrückt, da er zu groß ist
+ 768
- 0
recipes/3p_integrations/aws/RAG_chatbot/RAG_Chatbot_Example.ipynb
BIN
recipes/3p_integrations/aws/RAG_chatbot/data/Llama Getting Started Guide.pdf
Datei anzeigen
+ 6
- 0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt
Datei anzeigen
@@ -0,0 +1,6 @@
+gradio
+pypdf
+langchain
+sentence-transformers
+faiss-cpu
+text-generation
BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
Datei anzeigen
BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.pkl
Datei anzeigen
Datei-Diff unterdrückt, da er zu groß ist
+ 1369
- 0
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb