Skip to content

Commit 21e0d1f

Browse files
authored
Remove IDSID from doc (#2322)
1 parent c151ae8 commit 21e0d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general/pytorch/BareMetalSetup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Make sure the following components are installed in your environment :
4040
cd jemalloc
4141
git checkout 5.2.1
4242
./autogen.sh
43-
./configure --prefix=your_path(eg: /home/tdoux/tdoux/jemalloc/)
43+
./configure --prefix=your_path(eg: /home/user/jemalloc/)
4444
make
4545
make install
4646

0 commit comments

Comments
 (0)