Farzad-R / LLM-Zero-to-Hundred

This repository contains different LLM chatbot projects (RAG, LLM agents, etc.) and well-known techniques for training and fine tuning LLMs.
193 stars 105 forks source link

:~/LLM-Zero-to-Hundred/WebRAGQuery$ (from versions: none) ERROR: No matching distribution found for bzip2==1.0.8 #11

Closed DrivenIdeaLab closed 3 months ago

DrivenIdeaLab commented 3 months ago

for :~/LLM-Zero-to-Hundred/WebRAGQuery$

Cant get past bzip2--1.0.8

Farzad-R commented 3 months ago

Hello, I am not sure which OS you are using but the requirements.txt files were initially prepared for Windows. But I just updated the requirements.txt files in WebRAGQuery and WebGPT projects and only included the necessary libraries. This should help you execute the project regardless of the OS. Please let me know if this solves the issue