Skip to content

Commit

Permalink
release v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Mar 11, 2024
1 parent bb1a619 commit 2604d3c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions CURRENT_CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@

### Features

- allow setting tokenChunkSize of WebGPU mode
- expose global_penalty
- add Docker support (#291) @LonghronShen

### Fixes

- fix a generation exception caused by potentially dangerous regex being passed into the stop array
- fix max_tokens parameter of Chat page not being passed to backend
- fix the issue where penalty_decay and global_penalty are not being passed to the backend default config when running
the model through client

### Improvements

- improve parameters controllable range
- prevent 'torch' has no attribute 'cuda' error in torch_gc, so user can use CPU or WebGPU (#302)

### Chores

- update defaultModelConfigs
- bump dependencies
- add pre-release workflow
- dep_check.py now ignores GPUtil

## Install

Expand Down

0 comments on commit 2604d3c

Please sign in to comment.