Hi,
In your readme file:
conda create -n splade_env python=3.9
conda activate splade_env
conda env create -f conda_splade_env.yml
makes 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.
Hi,
In your readme file:
makes me confused as
conda create -n splade_env python=3.9creates an ENV namedsplade_envwithout installing any packages whileconda env create -f conda_splade_env.ymldirectly installs an ENV namedspladewithpython=3.8and all the required package. In the following instructions,splade_envis utilized howeversplade_envis just apython=3.9env without any packages installed.BTW, I installed ENV
spladebyconda env create -f conda_splade_env.ymlbut got errorTypeError: main() got an unexpected keyword argument 'version_base' when I run configconfig_splade++_cocondenser_ensembledistil`.How to solve this ENV issue? Thanks.
Zhiyuan.