Skip to content

Commit

Permalink
Change burn-rs -> tracel-ai links
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui committed Apr 3, 2024
1 parent 6b8f51b commit 13654d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yolox-burn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
yolox-burn = { git = "https://github.com/burn-rs/models", package = "yolox-burn", default-features = false }
yolox-burn = { git = "https://github.com/tracel-ai/models", package = "yolox-burn", default-features = false }
```

If you want to get the COCO pre-trained weights, enable the `pretrained` feature flag.

```toml
[dependencies]
yolox-burn = { git = "https://github.com/burn-rs/models", package = "yolox-burn", features = ["pretrained"] }
yolox-burn = { git = "https://github.com/tracel-ai/models", package = "yolox-burn", features = ["pretrained"] }
```

**Important:** this feature requires `std`.
Expand Down

0 comments on commit 13654d7

Please sign in to comment.