Skip to content

Commit

Permalink
Merge pull request #235 from huggingface/update-agentic-rag-qwen-25-72b
Browse files Browse the repository at this point in the history
Update agentic RAG LLM to Qwen-2.5-72b-Instruct
  • Loading branch information
aymeric-roucher authored Nov 18, 2024
2 parents 8c58746 + 85e8ba8 commit ad4be2d
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 97 deletions.
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 ad4be2d

Please sign in to comment.