Skip to content

Commit

Permalink
Merge pull request certik#44 from certik/todo_done
Browse files Browse the repository at this point in the history
README: update the TODO list
  • Loading branch information
certik committed Mar 21, 2023
2 parents 0f476a1 654a964 commit a1b07b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 181,11 @@ Total run (includes loading the model and Python imports):

## TODO

* Parallelization:
* Over heads: https://github.com/certik/fastGPT/issues/2
* MPI: https://github.com/certik/fastGPT/issues/5
* Other sampling methods: https://github.com/certik/fastGPT/issues/8
* Batching: https://github.com/certik/fastGPT/issues/7
* Improve the UI:
* Implement the input tokenizer in Fortran: https://github.com/certik/fastGPT/issues/1
* Show the words as they are generated: https://github.com/certik/fastGPT/issues/6
* [ ] Parallelization:
* [ ] Over heads: https://github.com/certik/fastGPT/issues/2
* [ ] MPI: https://github.com/certik/fastGPT/issues/5
* [ ] Other sampling methods: https://github.com/certik/fastGPT/issues/8
* [ ] Batching: https://github.com/certik/fastGPT/issues/7
* [x] Improve the UI:
* [x] Implement the input tokenizer in Fortran: https://github.com/certik/fastGPT/issues/1
* [x] Show the words as they are generated: https://github.com/certik/fastGPT/issues/6

0 comments on commit a1b07b5

Please sign in to comment.