"tests/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "c1de4c9bbf427b3786546eb16caf37f29cc39651"
Commit bbcc5481 authored by Wix Woo's avatar Wix Woo
Browse files

update documentation to fix error in numa enablement

parent f46b3fd5
...@@ -91,10 +91,11 @@ Some preparation: ...@@ -91,10 +91,11 @@ Some preparation:
``` ```
- For those who have two cpu and 1T RAM: - For those who have two cpu and 1T RAM:
```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