We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c151ae8 commit 21e0d1fCopy full SHA for 21e0d1f
docs/general/pytorch/BareMetalSetup.md
@@ -40,7 +40,7 @@ Make sure the following components are installed in your environment :
40
cd jemalloc
41
git checkout 5.2.1
42
./autogen.sh
43
- ./configure --prefix=your_path(eg: /home/tdoux/tdoux/jemalloc/)
+ ./configure --prefix=your_path(eg: /home/user/jemalloc/)
44
make
45
make install
46
0 commit comments