This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
radu
/
LLamaRecipes
réplica de
https://github.com/facebookresearch/llama-recipes.git
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Updating directory with llama 3 files, before updating for llama 3.1
Eissa Jamil
hai 1 ano
pai
814d1fe2ce
achega
f21b8cba19
Modificáronse 8 ficheiros
con
3332 adicións
e
486 borrados
Dividir vista
Mostrar estatísticas de Diff
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=BIN
recipes/3p_integrations/aws/RAG_chatbot/data/Llama Getting Started Guide.pdf
6
0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt
BIN=BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
BIN=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
A diferenza do arquivo foi suprimida porque é demasiado grande
+ 496
- 0
recipes/3p_integrations/aws/HelloLlamaRAG_on_Bedrock.ipynb
A diferenza do arquivo foi suprimida porque é demasiado grande
+ 693
- 486
recipes/3p_integrations/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb
A diferenza do arquivo foi suprimida porque é demasiado grande
+ 768
- 0
recipes/3p_integrations/aws/RAG_chatbot/RAG_Chatbot_Example.ipynb
BIN=BIN
recipes/3p_integrations/aws/RAG_chatbot/data/Llama Getting Started Guide.pdf
Ver ficheiro
+ 6
- 0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt
Ver ficheiro
@@ -0,0 +1,6 @@
+gradio
+pypdf
+langchain
+sentence-transformers
+faiss-cpu
+text-generation
BIN=BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
Ver ficheiro
BIN=BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.pkl
Ver ficheiro
A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1369
- 0
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb