Skip to content

Commit

Permalink
Update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 27, 2023
1 parent 1ab7d91 commit 60e7dc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/cd.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# candle-lora
[![MIT License](https://img.shields.io/badge/License-MIT-informational)](LICENSE)
[![Continuous integration](https://github.com/EricLBuehler/candle-lora/actions/workflows/ci.yml/badge.svg)](https://github.com/EricLBuehler/candle-lora/actions/workflows/ci.yml)
[![Documentation](https://github.com/EricLBuehler/candle-lora/actions/workflows/cd.yml/badge.svg)](https://ericlbuehler.github.io/candle-lora/candle_lora/)
[![Documentation](https://github.com/EricLBuehler/candle-lora/actions/workflows/docs.yml/badge.svg)](https://ericlbuehler.github.io/candle-lora/candle_lora/)

LoRA (low rank adaptation) implemented in Rust for use with [`Candle`](https://github.com/huggingface/candle/tree/main). This technique
interchanges the fully-trainable layers of the model with new, LoRA layers. These LoRA layers act as a wrapper over the original layers, but freeze
Expand Down

0 comments on commit 60e7dc9

Please sign in to comment.