26 lines
804 B
Markdown
26 lines
804 B
Markdown
python -V
|
|
Python 3.12.12
|
|
|
|
|
|
pip -V
|
|
pip 26.0.1 from /root/dijkstra/src/.venv/lib/python3.12/site-packages/pip (python 3.12)
|
|
|
|
|
|
python -c "import platform; print(platform.platform())"
|
|
Linux-6.8.12-17-pve-x86_64-with-glibc2.41
|
|
|
|
|
|
lscpu | head
|
|
Architecture: x86_64
|
|
CPU op-mode(s): 32-bit, 64-bit
|
|
Address sizes: 48 bits physical, 48 bits virtual
|
|
Byte Order: Little Endian
|
|
CPU(s): 16
|
|
On-line CPU(s) list: 1-3,8
|
|
Off-line CPU(s) list: 0,4-7,9-15
|
|
Vendor ID: AuthenticAMD
|
|
Model name: AMD Ryzen 7 7700 8-Core Processor
|
|
CPU family: 25
|
|
|
|
|
|
python3 -m experiments.synthetic_data.run.run |