HowieHwong / TrustLLM

[ICML 2024] TrustLLM: Trustworthiness in Large Language Models
https://trustllmbenchmark.github.io/TrustLLM-Website/
MIT License
357 stars 30 forks source link

Add a `conda` install option for `trustllm` #7

Closed sugatoray closed 5 months ago

sugatoray commented 5 months ago

A conda installation option could be very helpful. I have already started working on this, to add trustllm to conda-forge channel.

Conda-forge PR:

Once the conda-forge PR is merged, you will be able to install the library with conda as follows:

conda install -c conda-forge trustllm

:bulb: I will push a PR to update the docs once the package is available on conda-forge.

sugatoray commented 5 months ago

cc: @HowieHwong

sugatoray commented 5 months ago

The PR got merged. trustllm is now available on conda-forge.

This is the recipe maintaining feedstock: https://github.com/conda-forge/trustllm-feedstock

cc: @HowieHwong