transformerlab-app
transformerlab-app copied to clipboard
Open Source Application for Advanced LLM + Diffusion Engineering: interact, train, fine-tune, and evaluate large language models on your own computer.
Or at least that's my personal opinion. :) I realize that changing this would require having a way to select a base model. The reason this is annoying is that...
If you download the model called "LLama 3.2 1B Instruct GGUF - Q6_K" from the gallery it shows up in your local model list as "Llama-3.2-1B-Instruct-Q6_K.gguf". This might make it...
https://github.com/huggingface/huggingface_hub/pull/1006
Great app but it has a few bugs that are driving me crazy. Shutting down the app (for instance when it hangs during an upload to HF) results in whatever...
User [devlux76](https://github.com/devlux76) mentioned this in https://github.com/transformerlab/transformerlab-app/issues/207
The following document is helpful, but we are curious if it's feasible to provide a tutorial specifically tailored for fine-tuning a model using a collection of text files, with the...
The error you see in the app is that you click Run and it tries ot start up the model and then nothing happens. You might see Exit code 1...
Currently Transformerlab only handles text. But the tendency for the future is converging towards Multimodal AI Models (MLLM). For example the recent Janus-Pro is a unified understanding and generation MLLM....
Hi, It seems that currently this repo only supports CUDA and MLX. Is there a way we can use it with AMD GPUs? If not, is there a plan to...