Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Oct 15, 2024
1 parent 3c0e30c commit 3cc7bc0
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,37 +102,26 @@ To install x.infer, run:
```bash
pip install xinfer
```
x.infer can be used with multiple optional libraries. You'll just need to install one or more of the following:

With specific libraries:
```bash
pip install "xinfer[transformers]"
pip install "xinfer[ultralytics]"
pip install "xinfer[timm]"
```

Install all optional dependencies:
To install all libraries, run:
```bash
pip install "xinfer[all]"
```

Or install locally:
To install from a local directory, run:
```bash
git clone https://github.com/dnth/x.infer.git
cd x.infer
pip install -e .
```

With specific libraries (local installation):
```bash
pip install -e ".[transformers]"
pip install -e ".[ultralytics]"
pip install -e ".[timm]"
```

Install all optional dependencies (local installation):
```bash
pip install -e ".[all]"
```


## Usage

### Supported Models
Expand Down

0 comments on commit 3cc7bc0

Please sign in to comment.