File size: 255 Bytes
4e19582
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: olmo-app
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.11
  - ipykernel
  - langchain>=0.1.20
  - libopenblas
  - panel
  - pip
  - pip:
    - llama-cpp-python>=0.2.70 -C cmake.args="-DLLAMA_BLAS=ON;-DLLAMA_BLAS_VENDOR=OpenBLAS"