Skip to content

Commit

Permalink
fix the read me
Browse files Browse the repository at this point in the history
  • Loading branch information
liyin2015 committed Jun 30, 2024
1 parent 387f98e commit 745a421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Net(nn.Module):
x = self.dropout2(x)
x = self.fc1(x)
return self.fc2(x)
```

**LightRAG**

Expand Down

0 comments on commit 745a421

Please sign in to comment.