This repository contains all the code for the works of the FBK MT Unit on foundation models and LLMs. If using this repository, please cite the related work. For detailed information regarding a specific work, refer to the dedicated README:
The latest version can be installed with:
git clone https://github.com/hlt-mt/fbk-llm.git
cd fbk-llm
pip install -e .
If you want to contribute to the project, you can install
the additional development dependencies by using the dev
specifier:
pip install -e .[dev]
fbk-llm is licensed under Apache Version 2.0.