Skip to content

Commit

Permalink
Merge branch 'mac-install' of github.com:wallashss/vllm into mac-install
Browse files Browse the repository at this point in the history
Signed-off-by: Wallas Santos <[email protected]>
  • Loading branch information
wallashss committed Jan 3, 2025
2 parents 5707421 + 05a73cf commit e9e9573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csrc/cpu/cpu_types_arm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ struct FP16Vec16 : public Vec<FP16Vec16> {
// vgetq_lane_f16(temp, i);
// }
//
// For mac os build (Clang), the arm/neon intrinsics function
// For macOS build (Clang), the arm/neon intrinsics function
// `vgetq_lane_f16` needs the parameter `i` to be constant at compile
// time.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/arm-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Contents:
## Requirements

- **Operating System**: Linux or macOS
- **Compilers**: `gcc/g++ >= 12.3.0` (optional, but recommended) or `Apple Clang >= 15.0.0` for macOs
- **Compilers**: `gcc/g++ >= 12.3.0` (optional, but recommended) or `Apple Clang >= 15.0.0` for macOS
- **Instruction Set Architecture (ISA)**: NEON support is required

(arm-backend-quick-start-dockerfile)=
Expand Down

0 comments on commit e9e9573

Please sign in to comment.