Modalities / modalities

A framework for training multimodal foundation models.
MIT License
39 stars 3 forks source link

Adapt text generation fct. to new tokenizer API #102

Closed mali-git closed 3 months ago

le1nux commented 3 months ago

@mali-git @fromm-m

The code is now working again, always relying on a single GPU. However, we should also support multiple GPUs via FSDP ('wrapped_model' in config) and CPU-only inference.

le1nux commented 3 months ago