taher
taher
Resolves nothing. Do not merge. ## Submitter Checklist: - [ ] I confirm that no security/privacy review [is needed](https://github.com/brave/brave-browser/wiki/Security-reviews), or that I have [requested](https://github.com/brave/security/issues/new/choose) one - [ ] There is...
Resolves https://github.com/ggerganov/llama.cpp/issues/240 WIP This needs to be able to: 1. Configure custom model folders. 2. Adjust settings for running variants of the Alpaca model and make corresponding changes in the...
The total number of vocabulary items in the model file is 32k. When we parse them, there's a mismatch between token_to_id and id_to_token. The size for token_to_id is: 31,903 The...
The current quantization call stack is long and difficult to debug, which makes extending or adding new quantization methods in the future a major issue. This is because changes would...
## Proposed changes Add QR factorization primitive TODO: - [ ] impl for other dtypes - [ ] tests - [ ] python bindings potential tests: 1. reconstruction 2. orthogonality...
i can't happen to find example training set/code. do you have plans to release this? also, how many gpu hours have you spent on training this model?
i see that lapack is used for qr factorization. however, most routines work for `m x n` matrix. which routine is used for square matrix? i.e `n x n`
I'm using the Clangd VSCode plugin and I noticed that it's allocating around 9GB of memory. Is this normal for a large project like Chromium? Could it be that my...
Resolves https://github.com/brave/brave-browser/issues/36175 Resolves https://github.com/brave/brave-browser/issues/36932 This PR makes long page info and "conversation too long" UI less prominent ## Submitter Checklist: - [ ] I confirm that no [security/privacy review is...
Resolves https://github.com/brave/brave-browser/issues/36540 ## Submitter Checklist: - [ ] I confirm that no [security/privacy review is needed](https://github.com/brave/brave-browser/wiki/Security-reviews) and no other type of reviews are needed, or that I have [requested](https://github.com/brave/reviews/issues/new/choose) them...