From 849c5973b7bd1541274ce8651da322f80b1cbced Mon Sep 17 00:00:00 2001 From: artste Date: Sun, 22 Oct 2023 13:09:59 +0200 Subject: [PATCH] CONDA: complete conda environment --- environment.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..da2a7a7 --- /dev/null +++ b/environment.yml @@ -0,0 +1,25 @@ +channels: + - defaults +dependencies: + - python=3.11.* + - jupyter + - notebook + - matplotlib + - numpy + - pip + - pip: + - tiktoken + - openai + - fastcore + - transformers + - torch + - wikipedia-api + - sentence_transformers + - datasets + - accelerate + - bitsandbytes + - peft + - llama-cpp-python + - optimum + - auto-gptq + - pydantic