Commit bbcc5481 authored by Wix Woo's avatar Wix Woo
Browse files

update documentation to fix error in numa enablement

parent f46b3fd5
...@@ -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 install_numa
``` ```
- 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