MohamedRashad commited on
Commit
309d5b9
·
verified ·
1 Parent(s): e8d558d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -37,14 +37,14 @@ models_supported = {
37
  attn_implementation={"decoder": "flash_attention_2", "encoder": "eager"},
38
  ),
39
  ],
40
- "mobser-small-v0.1": [
41
- NougatProcessor.from_pretrained("TawasulAI/Mobser-Small-V0.1"),
42
- VisionEncoderDecoderModel.from_pretrained(
43
- "TawasulAI/Mobser-Small-V0.1",
44
- torch_dtype=torch.bfloat16,
45
- attn_implementation={"decoder": "flash_attention_2", "encoder": "eager"},
46
- ),
47
- ],
48
  }
49
 
50
 
 
37
  attn_implementation={"decoder": "flash_attention_2", "encoder": "eager"},
38
  ),
39
  ],
40
+ # "mobser-small-v0.1": [
41
+ # NougatProcessor.from_pretrained("TawasulAI/Mobser-Small-V0.1"),
42
+ # VisionEncoderDecoderModel.from_pretrained(
43
+ # "TawasulAI/Mobser-Small-V0.1",
44
+ # torch_dtype=torch.bfloat16,
45
+ # attn_implementation={"decoder": "flash_attention_2", "encoder": "eager"},
46
+ # ),
47
+ # ],
48
  }
49
 
50