temp
commited on
Commit
•
c26aa73
1
Parent(s):
8a4c81b
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- pt
|
4 |
+
---
|
5 |
+
I recommend you to run this LORA with KoboldCPP if you need CPU, like me, to perform inference.
|
6 |
+
Below, my command to run this LORA with KoboldCPP:
|
7 |
+
python koboldcpp.py --launch --lora /ai/text/LORAs/ggml-alpaca-lora-ptbr-7b.bin
|
8 |
+
|
9 |
+
|
10 |
+
Recomendo que você execute este arquivo LORA com o KoboldCPP se precisa usar o CPU, como eu, para fazer inferências.
|
11 |
+
Abaixo, meu comando para executar este LORA com o KoboldCPP:
|
12 |
+
python koboldcpp.py --launch --lora /ai/text/LORAs/ggml-alpaca-lora-ptbr-7b.bin
|