Anthonyg5005 commited on
Commit
608be6d
1 Parent(s): 92886bd

add better linux instructions

Browse files
auto-exl2-upload/INSTRUCTIONS.txt CHANGED
@@ -12,6 +12,9 @@ Haven't done much testing but for Windows, Visual Studio 2019 with desktop devel
12
  https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=community&rel=16&utm_medium=microsoft&utm_campaign=download+from+relnotes&utm_content=vs2019ga+button
13
  install the desktop development for C++ workload
14
 
 
 
 
15
  This may work with AMD cards but only on linux and possibly WSL2. I can't guarantee that it will work on AMD cards, I personally don't have one to test with. You may need to install stuff before starting. https://rocm.docs.amd.com/projects/install-on-linux/en/latest/tutorial/quick-start.html
16
 
17
 
 
12
  https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=community&rel=16&utm_medium=microsoft&utm_campaign=download+from+relnotes&utm_content=vs2019ga+button
13
  install the desktop development for C++ workload
14
 
15
+ For Linux, install the build tools from your package manager.
16
+ For example, on Ubuntu use: sudo apt-get install build-essential
17
+
18
  This may work with AMD cards but only on linux and possibly WSL2. I can't guarantee that it will work on AMD cards, I personally don't have one to test with. You may need to install stuff before starting. https://rocm.docs.amd.com/projects/install-on-linux/en/latest/tutorial/quick-start.html
19
 
20
 
auto-exl2-upload/auto-exl2-upload.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c2720bae3c941245912a72e95c2a4ad708e9118b1629a94ea473354705f045c
3
- size 7085
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:180db595eefd1f31ec9b985db95c5f3326a79ad91329ba02c7b4d6676015f4d4
3
+ size 7219
auto-exl2-upload/exl2-quant.py CHANGED
@@ -18,7 +18,7 @@ if oname == 'nt':
18
  elif oname == 'posix':
19
  osclear = 'clear'
20
  osmv = 'mv'
21
- osrmd = 'rm -r'
22
  oscp = 'cp'
23
  pyt = './venv/bin/python'
24
  slsh = '/'
 
18
  elif oname == 'posix':
19
  osclear = 'clear'
20
  osmv = 'mv'
21
+ osrmd = 'rm -rf'
22
  oscp = 'cp'
23
  pyt = './venv/bin/python'
24
  slsh = '/'
exl2-multi-quant-local/INSTRUCTIONS.txt CHANGED
@@ -12,6 +12,9 @@ Haven't done much testing but for Windows, Visual Studio 2019 with desktop devel
12
  https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=community&rel=16&utm_medium=microsoft&utm_campaign=download+from+relnotes&utm_content=vs2019ga+button
13
  install the desktop development for C++ workload
14
 
 
 
 
15
  This may work with AMD cards but only on linux and possibly WSL2. I can't guarantee that it will work on AMD cards, I personally don't have one to test with. You may need to install stuff before starting. https://rocm.docs.amd.com/projects/install-on-linux/en/latest/tutorial/quick-start.html
16
 
17
 
 
12
  https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=community&rel=16&utm_medium=microsoft&utm_campaign=download+from+relnotes&utm_content=vs2019ga+button
13
  install the desktop development for C++ workload
14
 
15
+ For Linux, install the build tools from your package manager.
16
+ For example, on Ubuntu use: sudo apt-get install build-essential
17
+
18
  This may work with AMD cards but only on linux and possibly WSL2. I can't guarantee that it will work on AMD cards, I personally don't have one to test with. You may need to install stuff before starting. https://rocm.docs.amd.com/projects/install-on-linux/en/latest/tutorial/quick-start.html
19
 
20
 
exl2-multi-quant-local/exl2-multi-quant-local.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a6b8c97cdc430994bb2c5ee50104e4a6852b56b87d5cf1984aa6309a53cac17
3
- size 6103
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bae7404db9d1534b0eec7a865cf53dc17b29111e7107e152bde428ceb819e834
3
+ size 6229
exl2-multi-quant-local/exl2-quant.py CHANGED
@@ -19,7 +19,7 @@ if oname == 'nt':
19
  elif oname == 'posix':
20
  osclear = 'clear'
21
  osmv = 'mv'
22
- osrmd = 'rm -r'
23
  oscp = 'cp'
24
  pyt = './venv/bin/python'
25
  slsh = '/'
 
19
  elif oname == 'posix':
20
  osclear = 'clear'
21
  osmv = 'mv'
22
+ osrmd = 'rm -rf'
23
  oscp = 'cp'
24
  pyt = './venv/bin/python'
25
  slsh = '/'