Skip to content

Commit

Permalink
Remove quotes from tensorrt env variable example (blakeblackshear#7823)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Sep 16, 2023
1 parent b9e6afa commit 6aedc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration/object_detectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ An example `docker-compose.yml` fragment that converts the `yolov4-608` and `yol
```yml
frigate:
environment:
- YOLO_MODELS="yolov4-608,yolov7x-640"
- YOLO_MODELS=yolov4-608,yolov7x-640
- USE_FP16=false
```

Expand Down

0 comments on commit 6aedc39

Please sign in to comment.