Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriihavrylko committed Jan 11, 2024
1 parent 7e94cbb commit dbb555d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,18 @@ Run from config
```
kubectl create -f deployment/app-fastapi-scaling.yml
```


### Model optimization

Run pruning:

```
python -m src.model.pruning
```

Run distilation:

```
python -m src.model.distilation
```

0 comments on commit dbb555d

Please sign in to comment.