This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
radu
/
LLamaRecipes
tükrözi:
https://github.com/facebookresearch/llama-recipes.git
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Forráskód Böngészése
Updating directory with llama 3 files, before updating for llama 3.1
Eissa Jamil
1 éve
szülő
814d1fe2ce
commit
f21b8cba19
8 módosított fájl
,
3332 hozzáadás
és
486 törlés
Osztott Nézet
Diff Statisztika Mutatása
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
A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 496
- 0
recipes/3p_integrations/aws/HelloLlamaRAG_on_Bedrock.ipynb
A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 693
- 486
recipes/3p_integrations/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb
A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 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
Fájl Megtekintése
+ 6
- 0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt
Fájl Megtekintése
@@ -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
Fájl Megtekintése
BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.pkl
Fájl Megtekintése
A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 1369
- 0
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb