From 191f7793e567f653ba41d167918e43824af2a77c Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Tue, 2 Apr 2024 18:19:53 +0200 Subject: [PATCH] Pinning dora dependencies --- examples/python-operator-dataflow/README.md | 1 + examples/python-operator-dataflow/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/python-operator-dataflow/README.md b/examples/python-operator-dataflow/README.md index e678f6241..351e2776c 100644 --- a/examples/python-operator-dataflow/README.md +++ b/examples/python-operator-dataflow/README.md @@ -20,6 +20,7 @@ cargo run --example python-operator-dataflow ```bash conda create -n example_env python=3.11 +conda activate test_env pip install -r requirements.txt ``` diff --git a/examples/python-operator-dataflow/requirements.txt b/examples/python-operator-dataflow/requirements.txt index 71ccb110c..ec7e481a7 100644 --- a/examples/python-operator-dataflow/requirements.txt +++ b/examples/python-operator-dataflow/requirements.txt @@ -55,3 +55,4 @@ pylcs accelerate optimum auto-gptq>=0.7.1 +dora-rs==0.3.2 \ No newline at end of file