3 Matching Annotations
  1. Last 7 days
    1. Combined with up to 512GB of unified memory and 1.2TB/s of memory bandwidth, 50 percent higher than before, Mac Studio lets users run massive models entirely on device with complete privacy

      苹果把"不用数 token"写进发布稿,等于把本地推理从极客玩法抬成产品卖点。但 1.2TB/s 只有 HBM 方案的零头,装得下不等于跑得快:512GB 统一内存解决的是权重容量,不是吞吐。这条恰好反证本周"架构创新削弱 HBM 依赖"的说法。

  2. Nov 2023
    1. Rosetta is a translation process that allows users to run apps that contain x86_64 instructions on Apple silicon. Rosetta is meant to ease the transition to Apple silicon, giving you time to create a universal binary for your app. It is not a substitute for creating a native version of your app.To the user, Rosetta is mostly transparent. If an executable contains only Intel instructions, macOS automatically launches Rosetta and begins the translation process. When translation finishes, the system launches the translated executable in place of the original. However, the translation process takes time, so users might perceive that translated apps launch or run more slowly at times.The system prefers to execute an app’s arm64 instructions on Apple silicon. If a binary includes both arm64 and x86_64 instructions, the user can tell the system to launch the app using Rosetta translation from the app’s Get Info window in the Finder. For example, a user might enable Rosetta translation to allow the app to run older plug-ins that don’t yet support the arm64 architecture.

      "Get Info" popup contains option to use Rosetta