abetlen commited on
Commit
d3a68de
1 Parent(s): 6d7cb3e
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -18,7 +18,7 @@ MODELS = {
18
  **{
19
  model_name: (
20
  f'{ORGANIZATION}/{repo}',
21
- f'{model_name}.gguf',
22
  )
23
  for repo, model_name in BASE_MODELS
24
  },
 
18
  **{
19
  model_name: (
20
  f'{ORGANIZATION}/{repo}',
21
+ f'{model_name}',
22
  )
23
  for repo, model_name in BASE_MODELS
24
  },