You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi,
In your readme file:
makes me confused as
conda create -n splade_env python=3.9
creates an ENV namedsplade_env
without installing any packages whileconda env create -f conda_splade_env.yml
directly installs an ENV namedsplade
withpython=3.8
and all the required package. In the following instructions,splade_env
is utilized howeversplade_env
is just apython=3.9
env without any packages installed.BTW, I installed ENV
splade
byconda env create -f conda_splade_env.yml
but got errorTypeError: main() got an unexpected keyword argument 'version_base' when I run config
config_splade++_cocondenser_ensembledistil`.How to solve this ENV issue? Thanks.
Zhiyuan.
The text was updated successfully, but these errors were encountered: