minLoRA VS fastai

Compare minLoRA vs fastai and see what are their differences.

minLoRA

minLoRA: a minimal PyTorch library that allows you to apply LoRA to any PyTorch model. (by cccntu)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
minLoRA fastai
3 9
392 25,665
- 0.7%
2.4 8.0
11 months ago 17 days ago
Jupyter Notebook Jupyter Notebook
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

minLoRA

Posts with mentions or reviews of minLoRA. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-11.
  • [D] Is it possible to train the same LLM instance on different users' data?
    2 projects | /r/MachineLearning | 11 Apr 2023
    This repository seems to be doing it. Basically, you want to take the weights/biases that were trained during the LoRA training process and include them in the compute graph for the larger network, or remove them.
  • [P] minLoRA: An Easy-to-Use PyTorch Library for Applying LoRA to PyTorch Models
    3 projects | /r/MachineLearning | 21 Feb 2023
    Theirs requires you to rewrite the whole model and replace every layer you want to apply LoRA to to the LoRA counterpart, or use monky-patching. Mine utilizes PyTorch parametrizations to inject the LoRA logic to existing models. If your model has nn.Linear, you can call add_lora(model) to add LoRA to all the linear layers. And it's not limited to Linear, you can see how I extended it to Embedding, Conv2d in a couple lines of code. https://github.com/cccntu/minLoRA/blob/main/minlora/model.py

fastai

Posts with mentions or reviews of fastai. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-04.

What are some alternatives?

When comparing minLoRA and fastai you can also consider the following projects:

peft - 🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.

pytorch-lightning - Build high-performance AI models with PyTorch Lightning (organized PyTorch). Deploy models with Lightning Apps (organized Python to build end-to-end ML systems). [Moved to: https://github.com/Lightning-AI/lightning]

GTSRB - Convolutional Neural Network for German Traffic Sign Recognition Benchmark

fastbook - The fastai book, published as Jupyter Notebooks

Watermark-Removal-Pytorch - 🔥 CNN for Watermark Removal using Deep Image Prior with Pytorch 🔥.

PySyft - Perform data science on data that remains in someone else's server

lego-mindstorms - My LEGO MINDSTORMS projects (using set 51515 electronics)

ru-dalle - Generate images from texts. In Russian

pytorch-lightning - Pretrain, finetune and deploy AI models on multiple GPUs, TPUs with zero code changes.

iterative-grabcut - This algorithm uses a rectangle made by the user to identify the foreground item. Then, the user can edit to add or remove objects to the foreground. Then, it removes the background and makes it transparent.

catam-julia - CATAM material in Julia

adaptnlp - An easy to use Natural Language Processing library and framework for predicting, training, fine-tuning, and serving up state-of-the-art NLP models.