splade icon indicating copy to clipboard operation
splade copied to clipboard

How to install the ENV correctly?

Open zhiyuanpeng opened this issue 1 year ago • 1 comments

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.

zhiyuanpeng avatar Feb 26 '24 10:02 zhiyuanpeng

This resolved the issue: https://github.com/naver/splade/issues/50#issue-2098431970 updating to hydra-core==1.2.0

srikanthmalla avatar Oct 03 '24 16:10 srikanthmalla