olmo-chat / environment.yml
lsetiawan's picture
feat: Add Panel app code
4e19582
raw
history blame contribute delete
255 Bytes
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"