You need to sign in or sign up before continuing.
Unverified Commit 44dafa03 authored by Atream's avatar Atream Committed by GitHub
Browse files

Merge pull request #781 from 3wweiweiwu/main

update documentation to fix error in numa enablement
parents 3a302150 b936bcc7
...@@ -93,8 +93,9 @@ Some preparation: ...@@ -93,8 +93,9 @@ Some preparation:
```shell ```shell
# Make sure your system has dual sockets and double size RAM than the model's size (e.g. 1T RAM for 512G model) # Make sure your system has dual sockets and double size RAM than the model's size (e.g. 1T RAM for 512G model)
apt install libnuma-dev
export USE_NUMA=1 export USE_NUMA=1
bash install.sh # or `make dev_install` make dev_install
``` ```
- For Windows - For Windows
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment