This website works better with JavaScript
首頁
探索
說明
登入
radu
/
LLamaRecipes
镜像来自
https://github.com/facebookresearch/llama-recipes.git
關註
1
讚好
0
複刻
0
檔案
問題管理
0
Wiki
瀏覽代碼
Updating directory with llama 3 files, before updating for llama 3.1
Eissa Jamil
10 月之前
父節點
814d1fe2ce
當前提交
f21b8cba19
共有
8 個文件被更改
,包括
3332 次插入
和
486 次删除
分割檢視
顯示文件統計
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
二進制
recipes/3p_integrations/aws/RAG_chatbot/data/Llama Getting Started Guide.pdf
6
0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt
二進制
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
二進制
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
文件差異過大導致無法顯示
+ 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
二進制
recipes/3p_integrations/aws/RAG_chatbot/data/Llama Getting Started Guide.pdf
查看文件
+ 6
- 0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt
查看文件
@@ -0,0 +1,6 @@
+gradio
+pypdf
+langchain
+sentence-transformers
+faiss-cpu
+text-generation
二進制
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
查看文件
二進制
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