Skip to content
Snippets Groups Projects
Commit 603774d6 authored by DerHeldDerSteineFanboy's avatar DerHeldDerSteineFanboy
Browse files

Updated README.md

parent 4db25196
No related branches found
Tags v2.2.0
1 merge request!4Finale Version to main
......@@ -76,12 +76,13 @@ To install this application on the HPC, follow these steps:
pip install frontend
pip install pymupdf
pip install -r requirements.txt
pip install python-dotenv
pip install pytesseract opencv-python langchain tiktoken requests pathlib Pillow
pip install torch torchvision torchaudio transformers einops accelerate bitsandbytes sentence_transformers xformers chromadb
python <insert_path_to_main.py>
```
5. Create .env file under resources from .exampleEnv
5. Create .env file from .exampleEnv
6. Add username in ``.env``
......@@ -98,7 +99,7 @@ To install this application on the HPC, follow these steps:
8. Submit ``slurm job``
```bash
sbatch <script name>
sbatch <script name> or <path to script>
```
9. Check ``job status``
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment