bbscout

Results 3 comments of bbscout

I'm getting the same error: ```command gpt_tokenize: unknown token 'Ô' gpt_tokenize: unknown token 'Ç' gpt_tokenize: unknown token 'Ö' gpt_tokenize: unknown token 'Ô' gpt_tokenize: unknown token 'Ç' gpt_tokenize: unknown token 'Ö'...

Simply include folderID in `resource` variable inside `ResumableUploadForGoogleDrive` function: ```js const resource = { fileName: f.fileName, fileSize: f.fileSize, fileType: f.fileType, fileBuffer: f.result, accessToken: accessToken, folderId: "{yourFolderId}" //include this line };...

I already downloaded generated binaries with cuBLAS support. But it is not using BLAS (BLAS = 0) while running.