helloJetBase-tech
helloJetBase-tech
What driver is “missing”? - You need the NVIDIA proprietary GPU driver on the host with CUDA 12.x support, plus the NVIDIA Container Toolkit. - Recommended driver branch: R550+ (or...
I updated the llm_auditor Agent Engine deployment to use modern, compatible dependency versions for the managed runtime, which should prevent the “Cannot send a request, as the client has been...
I modified the logo generator to persist images to GCS and return a gs:// URI, and I added the google-cloud-storage dependency for the deployed environment. No linter issues were introduced....
I fixed the presubmit workflow so it won’t fail on forked PRs or unsupported LLM models, and added provider-aware fallbacks. Contribution by Gittensor, learn more at https://gittensor.io/
I added a global OkHttpClient with long timeouts and initialized AndroidNetworking with it. I replaced per-request new OkHttpClient() usages with the shared client to avoid overriding the longer timeouts. I...
I re-enabled and adjusted the tests. You can run the GA example specs now. - Changed describe.skip to describe in both GA specs to re-enable tests. - Updated ga-network-stubbing.cy.js to...
What I changed If you set a hardware pixel format (e.g., AV_PIX_FMT_CUDA) on the filter, FFmpegFrameFilter now uses NV12 for the buffersrc’s pix_fmt and logs a warning. This prevents avfilter_graph_config()...
What I changed - Implemented a built-in exporter in src/extensions/export/bootstrap-table-export.js that: Supports types: json, xml, csv, txt, sql, and maps excel to CSV (.xls). Preserves existing behaviors: fileName function support,...
Previously, children and child_offset were derived using global IDs which caused the base pointer to overshoot by multiples of 12 times the parent index at deeper levels, leading to out-of-bounds...
I added two convenience methods to expose decoded JSON without changing existing behavior. Now you can access both decoded header and payload directly from any DecodedJWT. You can now use:...