DeepMount00 commited on
Commit
d842c92
ยท
verified ยท
1 Parent(s): 99c92b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,7 +16,7 @@ subprocess.run(
16
 
17
 
18
  DESCRIPTION = """\
19
- # Lexora 3B ITA ๐Ÿ’ฌ ๐Ÿ‡ฎ๐Ÿ‡น
20
  """
21
 
22
  # Updated CSS to ensure full height and proper scrolling
@@ -75,7 +75,7 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
75
 
76
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
77
 
78
- model_id = "DeepMount00/Lexora-Lite-3B_v2"
79
  tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True,)
80
  model = AutoModelForCausalLM.from_pretrained(
81
  model_id,
 
16
 
17
 
18
  DESCRIPTION = """\
19
+ # ITA ๐Ÿ’ฌ ๐Ÿ‡ฎ๐Ÿ‡น
20
  """
21
 
22
  # Updated CSS to ensure full height and proper scrolling
 
75
 
76
  device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
77
 
78
+ model_id = "DeepMount00/Qwen2-1.5B-Ita"
79
  tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True,)
80
  model = AutoModelForCausalLM.from_pretrained(
81
  model_id,