Secretlint v12.0.0リリース: Groq、Hugging Face、Notion、GitLab、Grafana、HashiCorp Vault、Vercel、Databricks、Docker、Figmaの検出に対応

ソースコードや設定ファイルに含まれるAPIトークンやパスワードなどの機密情報を見つけるSecretlintのv12.0.0をリリースしました。

  • Release v12.0.0 · secretlint/secretlint

このバージョンでは、次のように追加で検知できるようになったサービスが10個あります。

  • Groq、Hugging Face、Notion、GitLab、Grafana、HashiCorp Vault、Vercel、Databricks、Docker、Figma

あわせて、@secretlint/secretlint-rule-preset-recommendのパッケージサイズを約80%削減しています。

##…

Read more →
NVIDIA在2025年公布的Rubin CPX推論系統似乎於GTC 2026被Grou 3 LPX高調取代

NVIDIA在GTC 2026除了正式公布可預期的Vera Rubin世代產品陣容,也高調的宣布甫於2025年10月策略合作的Groq LPU產品納入NVIDIA產品陣容,不過與此同時,NVIDIA執行長黃仁勳展示眺望下一代產品Feynman的藍圖時,除了納入Groq LPU以及添加與下一代處理器Rosa外,對比2025年10月GTC華盛頓DC的藍圖,赫然發現2025年9月於AI Infra Summit公布的推論伺服產品Rubin CPX已悄悄從新版藍圖消失。異構加速取代唯GPU加速運算至上的策略▲2025年底的GTC華盛頓DC曾在藍圖列出Rubin CPX雖然不確定NVIDIA是否已經將R

Decoding the Future of Inference At NVIDIA: Groq LPUs Join Vera Rubin Platform For Low-Latency Inference

With its upcoming Vera Rubin rackscale architecture, NVIDIA is going to be integrating LPUs from acquihire Groq, marking a major expansion beyond using GPUs alone for AI inference

The post Decoding the Future of Inference At NVIDIA: Groq LPUs Join Vera Rubin Platform For Low-Latency Inference appeared first on ServeTheHome.

GTC 2026:NVIDIA公布Vera Rubin加速運算平台,納入包含Groq LPU等7大晶片、5大機架模組實現10年4億倍性能增長

NVIDIA於2026年GTC大會的重頭戲,即是嶄新的Vera Rubin加速運算平台,Vera Rubin不僅只是由CPU與GPU建構的系統,也成為由多機架模組建構的架構,並將Groq晶片納入生態系,成為7大晶片、5大機架模組構成的單一大型運算平台,同時宣布將推出Vera CPU機架模組。同時黃仁勳亦快速預覽預計在2027年推出的Vera Rubin Ultra平台,帶出作為下一代Kyber機架系統Vera Rubin NVL144的Hyper Rack機架模組。NVIDIA在正式介紹Vera Rubin之前,也回顧NVIDIA的DGX系統推出以來10年的發展歷程,從單一伺服器持續進化邁入P

How are you deploying HF models that don’t have inference providers?

for now, popular options.


How teams deploy these models in real projects (the common pattern)

Even if a model has no attached provider, most teams still deploy it by doing:

  1. Pull weights from the Hub (private/gated with an HF token if needed)

  2. Serve the model with a standard inference server (LLMs: vLLM or HF TGI are common)

  3. **Run that server on a platform that…

Read more →
Page 1