Skip to content

Commit

Permalink
pull upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrreed committed Nov 22, 2024
2 parents 01f6450 + ad4be2d commit 8104d68
Show file tree
Hide file tree
Showing 6 changed files with 14,114 additions and 2,837 deletions.
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
title: Embedding multimodal data for similarity search
- local: multimodal_rag_using_document_retrieval_and_vlms
title: Multimodal Retrieval-Augmented Generation (RAG) with Document Retrieval (ColPali) and Vision Language Models (VLMs)
- local: fine_tuning_vlm_trl
title: Fine-Tuning a Vision Language Model (Qwen2-VL-7B) with the Hugging Face Ecosystem (TRL)

- title: Search Recipes
isExpanded: false
Expand Down
14 changes: 1 addition & 13 deletions notebooks/en/advanced_rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,7 @@
},
"outputs": [],
"source": [
"!pip install -q torch transformers transformers accelerate bitsandbytes langchain sentence-transformers faiss-gpu openpyxl pacmap datasets langchain-community ragatouille"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "8_Uyukt39-9J"
},
"outputs": [],
"source": [
"%reload_ext dotenv\n",
"%dotenv"
"!pip install -q torch transformers transformers accelerate bitsandbytes langchain sentence-transformers faiss-cpu openpyxl pacmap datasets langchain-community ragatouille"
]
},
{
Expand Down
Loading

0 comments on commit 8104d68

Please sign in to comment.