Skip to content

ddl-danmennell/Local-RAG-Model-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalRAG

Environment Setup

Custom base image

nvcr.io/nvidia/pytorch:22.12-py3

Dockerfile instructions

RUN pip uninstall --yes mlflow
RUN pip uninstall --yes torch torchvision torchaudio protobuf
RUN pip install torch  --index-url https://download.pytorch.org/whl/cu118

RUN pip install "protobuf==3.20.3" langchain  transformers sentence-transformers \
                qdrant-client mlflow==2.8.0 getpass4 evaluate PyPDF2 tiktoken \
                textstat streamlit pypdf accelerate bitsandbytes
                
RUN pip install -q -U git+https://github.com/huggingface/peft.git

RUN pip uninstall --yes transformer-engine
RUN pip uninstall -y apex

RUN pip install -i https://test.pypi.org/simple/ streamlit-chat-domino

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 60.0%
  • Python 36.9%
  • Shell 3.1%