Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MFA-X-AI authored Feb 27, 2024
1 parent 893eb9e commit 20d2d16
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
These libraries collectively provide extensive functionalities for integrating PyTorch into Xircuits workflows, encompassing both general PyTorch operations and neural network-specific tasks.

### Installation

To use this component library in Xircuits, simply run the Xircuits install command in your working directory.
```bash
pip install xircuits-pytorch-components
xircuits install pytorch
```
You may also install it manually via

Alternatively, you may also clone this repository into your `xai_components` directory and install it manually via
```
pip install -r requirements.txt
```
Expand Down Expand Up @@ -37,4 +40,4 @@ Designed for building and configuring neural network models in Xircuits. It offe
- **TorchAddTransformerEncoderLayer** and **TorchAddTransformerDecoderLayer**: Adds Transformer Encoder and Decoder layers.
- **TorchLSTM**: Incorporates LSTM layers for sequence data.
- **TorchAddReluLayer**: Adds ReLU activation layers.
- **TorchAddDropoutLayer**: Includes dropout layers for regularization.
- **TorchAddDropoutLayer**: Includes dropout layers for regularization.

0 comments on commit 20d2d16

Please sign in to comment.