Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 842 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 842 Bytes

FBK MT Unit's Foundation Models and LLM

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:

🖥 Installation

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]

📃 License

fbk-llm is licensed under Apache Version 2.0.