Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sangkeun00 authored Jun 7, 2024
1 parent 5294679 commit c9a3969
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ still integrate LogIX into their existing training code similarly to any traditi
(See our [Tutorial](https://github.com/logix-project/logix/tree/main?tab=readme-ov-file#getting-started)).

### HuggingFace Integration
Our software design allows for the seamless integration with HuggingFace's
[Transformer](https://github.com/huggingface/transformers/tree/main), a popular DL framework
that conveniently handles distributed training, data loading, etc.

```python
from transformers import Trainer, Seq2SeqTrainer
Expand Down Expand Up @@ -84,8 +81,6 @@ trainer.self_influence()
```

### PyTorch Lightning Integration
Similarly, we also support the seamless integration with PyTorch Lightning. The code example
is provided below.

```python
from lightning import LightningModule, Trainer
Expand Down

0 comments on commit c9a3969

Please sign in to comment.