Spaces:
Runtime error
Runtime error
Update pyproject.toml
Browse files- pyproject.toml +2 -4
pyproject.toml
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
[project]
|
| 2 |
-
name = "gemma-3-12b-
|
| 3 |
-
version = "0.1.0"
|
| 4 |
-
description = ""
|
| 5 |
readme = "README.md"
|
| 6 |
requires-python = ">=3.10"
|
| 7 |
dependencies = [
|
|
@@ -57,4 +55,4 @@ convention = "google"
|
|
| 57 |
docstring-code-format = true
|
| 58 |
|
| 59 |
[tool.uv.sources]
|
| 60 |
-
transformers = { git = "https://github.com/huggingface/transformers", rev = "2829013d2d00e63d75a1f6f7a3f003bc60cc69af" }
|
|
|
|
| 1 |
[project]
|
| 2 |
+
name = "gemma-3-12b-PT BR"
|
|
|
|
|
|
|
| 3 |
readme = "README.md"
|
| 4 |
requires-python = ">=3.10"
|
| 5 |
dependencies = [
|
|
|
|
| 55 |
docstring-code-format = true
|
| 56 |
|
| 57 |
[tool.uv.sources]
|
| 58 |
+
transformers = { git = "https://github.com/huggingface/transformers", rev = "2829013d2d00e63d75a1f6f7a3f003bc60cc69af" }
|