Undi95 commited on
Commit
b960b13
·
verified ·
1 Parent(s): f79b0a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -83,10 +83,6 @@ This is a **work in progress**, Phi 4 is smoll so I can toy with it.
83
 
84
  Launch with enough VRAM : `python abliterate.py -m /workspace/microsoft_phi-4 -o ./perfect --deccp --flash-attn --device auto --scan-all --resume --scale-factor 1`
85
 
86
- OR
87
-
88
- `python chat.py -m /workspace/microsoft_phi-4` then select layer range "1;39", and scale factor to 1.0
89
-
90
- If you want to use the tensors available here, just put the `refusal_tensors/` folder at the root of the script
91
 
92
  Rename the tensors as needed. My code is shit, please understand, idea is better than code. Do better. kek.
 
83
 
84
  Launch with enough VRAM : `python abliterate.py -m /workspace/microsoft_phi-4 -o ./perfect --deccp --flash-attn --device auto --scan-all --resume --scale-factor 1`
85
 
86
+ If you want to use the tensors available here, just put the `refusal_tensors/` folder at the root of the script, you will then be able to use: `python chat.py -m /workspace/microsoft_phi-4` then select layer range "1;39", and scale factor to 1.0.
 
 
 
 
87
 
88
  Rename the tensors as needed. My code is shit, please understand, idea is better than code. Do better. kek.