-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Hi,
In your readme file:
conda create -n splade_env python=3.9
conda activate splade_env
conda env create -f conda_splade_env.ymlmakes me confused as conda create -n splade_env python=3.9 creates an ENV named splade_env without installing any packages while conda env create -f conda_splade_env.yml directly installs an ENV named splade with python=3.8 and all the required package. In the following instructions, splade_env is utilized however splade_env is just a python=3.9 env without any packages installed.
BTW, I installed ENV splade by conda env create -f conda_splade_env.yml but got error TypeError: main() got an unexpected keyword argument 'version_base' when I run config config_splade++_cocondenser_ensembledistil`.
How to solve this ENV issue? Thanks.
Zhiyuan.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels