Skip to content

Commit

Permalink
updated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianglezm committed Nov 18, 2024
1 parent bd31db5 commit 4135e7b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,19 @@
- [x] mutationsRates
- [x] AppActions
- [x] make new layout for settings
* [ ] fix error chrome - multiProgressBar closes after opening?
* [ ] chrome modelOptions - localhost not working
* [ ] Chrome, Edge - modelOptions - localhost not working
* [x] change xenova/transformers to huggingface/transformers
- [x] adapt code for it
* [ ] test all models
- fp32 works on CPU
- fp32 works on CPU(it takes ~13s), GPU(it takes ~1m30s)
- fp16 gives exception
- q8 works on CPU (firefox, chrome)
- q8 gives garbled output on Chrome (GPU)
- q8 works on CPU (Firefox, Chrome, Edge)
- q8 gives garbled output on Chrome and Edge (GPU)
- int8 gives error on session creation (Can't create a session. ERROR_CODE: 9, ERROR_MESSAGE: Could not find an implementation for ConvInteger(10) node with name '/embeddings/patch_embeddings/projection/Conv_quant')
- uint8 works on CPU
- q4 works on CPU (it takes ~24s)
- q4f16 gives exception.
- bnb4 - works on CPU (it takes ~24s)
* [ ] fix not working on Chrome or Edge. (new models)
* [ ] fix not working on Chrome or Edge GPU
* [ ] Firefox webGPU not supported yet. (wait for it)

* [ ] refactor - split store into stores

0 comments on commit 4135e7b

Please sign in to comment.