Dimitris Papagiannis
Dimitris Papagiannis
Using @AdrianoDee's code and printing the `rawId` from thread 0, you get something like: ``` wordGPU 34049 2816475237 344795140
Thank you for your reply! > Do you have vterm installed? I think that if you install it and set externalConsole to true, then you will have your bash/zsh file...
> Hey, I had the same problem with Ubuntu 22.04 and node.js 18 on snap store installed. It was solved after installing node.js from [nodesource/distributions](https://github.com/nodesource/distributions). Hope this helps someone! Can...
It's trying to find the 13B params in the following link: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_0.bin while the correct one is: https://huggingface.co/Pi3141/alpaca-native-13B-ggml/resolve/main/ggml-model-q4_1.bin (notice the `1` in the filename). I'm currently downloading the file manually...
> trying to figure out where to change the link in the code but i have no idea what im doing lol Should be [here](https://github.com/cocktailpeanut/dalai/blob/main/alpaca.js#L100). Your local file will be...
> I have tried to download the 13B model by renaming the file with a _1 in the alpaca.js file, it downloaded the correct file, then I renamed the bin...
```json "[dockerfile]": { "editor.formatOnSave": false, }, ``` This actually worked for me, if you also add: ```json "shellformat.effectLanguages": [ "shellscript", // "dockerfile", // Remove me!! "dotenv", "hosts", "jvmoptions", "ignore", "gitignore",...
@smuzaffar we noticed failures when histograms are uploaded to the Dev DQMGUI: ``` Using SSL private key /afs/cern.ch/user/c/cmsbuild/.globus/userkey.pem Using SSL public key /afs/cern.ch/user/c/cmsbuild/.globus/usercert.pem Uploading output: visDQMUpload.py https://cmsweb.cern.ch/dqm/dev /pool/condor/dir_2749906/jenkins/workspace/compare-root-files-short-matrix/cms-bot/dqm-comparison/dqmComparisonOutput/pr/DQM_V0001_R000000001__RelVal_wf25_0_pr__CMSSW_14_1_X-PRcmssw_44336-62360__DQMIO.root ERROR HTTP...
Hello, this was already [reported last week](https://github.com/cms-DQM/dqmgui_prod/issues/18) by another group as well (@cms-sw/pdmv-l2), and your suspicion seems to be correct, it's due to the GUI using ROOT 6.14 which produces...
> Do we understand the origin of this error? From my side, no. Any input is welcome.