mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Create environment.yml to install prerequisites for app via conda
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user