forked from Quansight/ragna-presentations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
33 lines (33 loc) · 838 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: ragna-presentations
channels:
- nvidia
- conda-forge
dependencies:
- python=3.11
- libcublas
- gxx
- pip
- pip:
- python-dotenv
- panel
- ragna @ git+https://github.com/Quansight/ragna@pycon
- chromadb>=0.4.13
- httpx_sse
- ijson
- lancedb>=0.2
- pyarrow
- pymupdf>=1.23.6
- python-docx
- python-pptx
- tiktoken
- torch ==2.2.*
- openai
- llama-cpp-python @
https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.72-cu121/llama_cpp_python-0.2.72-cp311-cp311-linux_x86_64.whl
- exllamav2 @
https://github.com/turboderp/exllamav2/releases/download/v0.0.18/exllamav2-0.0.18+cu121-cp311-cp311-linux_x86_64.whl
- jupyterlab_nvdashboard
- ipykernel
- iprogress
- ipywidgets
variables: {}