Aleksmorshen commited on
Commit
e59884f
·
verified ·
1 Parent(s): 9dddbbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ print("Загрузка модели... Это может занять неск
10
  try:
11
  pipe = pipeline(
12
  "text-generation",
13
- model="cognitivecomputations/WizardLM-30B-Uncensored",
14
  torch_dtype=torch.float16,
15
  device_map="auto"
16
  )
 
10
  try:
11
  pipe = pipeline(
12
  "text-generation",
13
+ model="Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2",
14
  torch_dtype=torch.float16,
15
  device_map="auto"
16
  )