arcee-ai / DALM

Domain Adapted Language Modeling Toolkit - E2E RAG
https://www.arcee.ai
Apache License 2.0
300 stars 39 forks source link

Installation: Why 'indomain' and not 'dalm' ? #65

Open EricLiclair opened 11 months ago

EricLiclair commented 11 months ago

Hi,

I noticed that in the installation instructions here, the DALM repository is installed using the command

pip install indomain

However, based on the name of the toolkit "Domain Adapted Language Modeling Toolkit," it seems like it should be installed using the following command to be more intuitive.

pip install dalm

I wanted to confirm if this is the intended installation command and if there is a specific reason for using "indomain". If not, would it be possible to update the installation command to pip install dalm to better align with the repository's name?

tleyden commented 11 months ago

@EricLiclair +1, I thought the exact same thing!

AFAIK we're still working with the pypi admins to secure the package name dalm. @Jacobsolawetz any update on this?

Jacobsolawetz commented 11 months ago

@tleyden @EricLiclair thanks for the reminder of this! I am going to solicit PyPi administration for this and hopefully it will work out

tleyden commented 10 months ago

@Jacobsolawetz bump ^^

Aekansh-Ak commented 8 months ago

ERROR: Ignored the following versions that require a different python version: 0.0.0 Requires-Python >=3.10; 0.0.0a1 Requires-Python >=3.10; 0.0.1 Requires-Python >=3.10; 0.0.2 Requires-Python >=3.10; 0.0.3 Requires-Python >=3.10; 0.0.4 Requires-Python >=3.10; 0.0.5 Requires-Python >=3.10 ERROR: Could not find a version that satisfies the requirement indomain (from versions: none)

This can't work with python 3.9?

tleyden commented 8 months ago

@Aekansh-Ak can you open a separate issue for this?