hayas commited on
Commit
9772ab1
1 Parent(s): a1ac90b
Files changed (3) hide show
  1. .pre-commit-config.yaml +5 -5
  2. README.md +1 -1
  3. requirements.txt +6 -6
.pre-commit-config.yaml CHANGED
@@ -1,6 +1,6 @@
1
  repos:
2
  - repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
4
  hooks:
5
  - id: check-executables-have-shebangs
6
  - id: check-json
@@ -24,7 +24,7 @@ repos:
24
  - id: isort
25
  args: ["--profile", "black"]
26
  - repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v1.8.0
28
  hooks:
29
  - id: mypy
30
  args: ["--ignore-missing-imports"]
@@ -36,13 +36,13 @@ repos:
36
  "types-pytz",
37
  ]
38
  - repo: https://github.com/psf/black
39
- rev: 23.12.1
40
  hooks:
41
  - id: black
42
  language_version: python3.10
43
  args: ["--line-length", "119"]
44
  - repo: https://github.com/kynan/nbstripout
45
- rev: 0.6.1
46
  hooks:
47
  - id: nbstripout
48
  args:
@@ -51,7 +51,7 @@ repos:
51
  "metadata.interpreter metadata.kernelspec cell.metadata.pycharm",
52
  ]
53
  - repo: https://github.com/nbQA-dev/nbQA
54
- rev: 1.7.1
55
  hooks:
56
  - id: nbqa-black
57
  - id: nbqa-pyupgrade
 
1
  repos:
2
  - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v4.6.0
4
  hooks:
5
  - id: check-executables-have-shebangs
6
  - id: check-json
 
24
  - id: isort
25
  args: ["--profile", "black"]
26
  - repo: https://github.com/pre-commit/mirrors-mypy
27
+ rev: v1.9.0
28
  hooks:
29
  - id: mypy
30
  args: ["--ignore-missing-imports"]
 
36
  "types-pytz",
37
  ]
38
  - repo: https://github.com/psf/black
39
+ rev: 24.4.0
40
  hooks:
41
  - id: black
42
  language_version: python3.10
43
  args: ["--line-length", "119"]
44
  - repo: https://github.com/kynan/nbstripout
45
+ rev: 0.7.1
46
  hooks:
47
  - id: nbstripout
48
  args:
 
51
  "metadata.interpreter metadata.kernelspec cell.metadata.pycharm",
52
  ]
53
  - repo: https://github.com/nbQA-dev/nbQA
54
+ rev: 1.8.5
55
  hooks:
56
  - id: nbqa-black
57
  - id: nbqa-pyupgrade
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: ⚡
4
  colorFrom: red
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.23.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
4
  colorFrom: red
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.27.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- accelerate==0.28.0
2
- bitsandbytes==0.43.0
3
- gradio==4.23.0
4
- scipy==1.12.0
5
  sentencepiece==0.1.99
6
- spaces==0.24.2
7
  torch==2.0.0
8
- transformers==4.39.1
 
1
+ accelerate==0.29.3
2
+ bitsandbytes==0.43.1
3
+ gradio==4.27.0
4
+ scipy==1.13.0
5
  sentencepiece==0.1.99
6
+ spaces==0.26.1
7
  torch==2.0.0
8
+ transformers==4.40.0