mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Create environment.yml to install prerequisites for app via conda
This commit is contained in:
parent
660e6c3937
commit
e3088c8cf8
1 changed files with 9 additions and 0 deletions
9
environment.yml
Normal file
9
environment.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
name: semantic-search
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.*
|
||||
- numpy=1.21.*
|
||||
- pytorch
|
||||
- transformers
|
||||
- sentence-transformers
|
Loading…
Reference in a new issue