Akshat Shrivastava

Results 28 comments of Akshat Shrivastava

Sure I was just testing somethings with codellama model, will send you config files shortly

In mean time work on my Question Answer model is done and have got best results with [QA_8k_withchapter_PT model](https://huggingface.co/Ak1104/QA_8k_withChapter_PT) with [this snapshot](https://huggingface.co/Ak1104/snapshot/blob/main/rpl1_book.snapshot.tar.gz) What should I do next for that objective

sure you can run it without knowledge base and the results for with knowledge base and without knowledge base are present in [this doc](https://docs.google.com/document/d/1w3nSz_V-NBkdf369a-m5UgvMKMFqiWDyh2wvfrEl7Yo/edit#heading=h.yy0o48bg8c74)

> CodeLlama does not support chat conversations, right? > > So, you need to use the regular /completion API instead of /chat/completion? Is that so? I was still working on...

yes I figured that during fine tuning, just wanted to check if some custom prompt template may work was just experimenting with it

From my understanding Retrial seems to be working fine: Following is the start-llamaedge.log Only ques asked for this case was "What is Rust?" [Doc containing content of log file](https://docs.google.com/document/d/1NpXpjZH533QUtP41cx24JyFVDIXVx1ofvb8cd_wYq6Y/edit?usp=sharing)

Yes, it seems to be working in CLI API requests

Hey, I faced same issue some time before but re-running `curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash` seemed to solve it for me. If issue still persists I recommend reinstalling and upgrading...