Threadripper ships in single-node interleaved memory by default, at least on my motherboard. This increases latency but doubles bandwidth (because now all 4-sticks of RAM are interleaved).
There's a BIOS setting. I personally enabled it using AMD's "Ryzen Master" program to setup NUMA mode (aka: "Local" mode in Ryzen Master).
The chart at the bottom of the output is the weight for accessing a memory pool from a CPU socket. This is the most important part of the output.
On this server, CPU socket 0 is hardwired to ram slots 0-15
CPU 1 to ram slots 16-31
CPU 2 to ram slots 32-47
CPU 3 to ram slots 48-63
If CPU 0 wanted to read something outside of its local ram slots, it would have execute something on CPU n, then copy that segment to its local ram group.