EuroEval 15.4.0__tar.gz → 15.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of EuroEval might be problematic. Click here for more details.
- {euroeval-15.4.0 → euroeval-15.4.1}/CHANGELOG.md +8 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/PKG-INFO +3 -3
- {euroeval-15.4.0 → euroeval-15.4.1}/pyproject.toml +3 -3
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/generation.py +17 -3
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/task_utils/sequence_classification.py +27 -7
- {euroeval-15.4.0 → euroeval-15.4.1}/uv.lock +85 -83
- {euroeval-15.4.0 → euroeval-15.4.1}/.github/ISSUE_TEMPLATE/benchmark_dataset_request.yaml +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/.github/ISSUE_TEMPLATE/bug.yaml +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/.github/ISSUE_TEMPLATE/feature_request.yaml +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/.github/ISSUE_TEMPLATE/model_evaluation_request.yaml +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/.github/workflows/ci.yaml +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/.gitignore +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/.pre-commit-config.yaml +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/CITATION.cff +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/CODE_OF_CONDUCT.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/CONTRIBUTING.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/Dockerfile.cuda +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/LICENSE +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/README.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/CNAME +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/README.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/README.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/danish.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/dutch.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/english.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/faroese.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/french.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/german.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/icelandic.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/italian.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/norwegian.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/spanish.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/datasets/swedish.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/extras/radial_plotter.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/faq.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/gfx/favicon.png +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Monolingual/danish.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Monolingual/dutch.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Monolingual/english.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Monolingual/faroese.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Monolingual/french.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Monolingual/german.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Monolingual/icelandic.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Monolingual/italian.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Monolingual/norwegian.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Monolingual/swedish.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Multilingual/european.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Multilingual/germanic.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Multilingual/mainland-scandinavian.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/Multilingual/romance.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/leaderboards/README.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/methodology.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/python-package.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/tasks/README.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/tasks/common-sense-reasoning.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/tasks/knowledge.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/tasks/linguistic-acceptability.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/tasks/named-entity-recognition.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/tasks/reading-comprehension.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/tasks/sentiment-classification.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/tasks/speed.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/docs/tasks/summarization.md +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/gfx/euroeval.png +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/gfx/euroeval.xcf +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/gfx/scandeval.png +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/makefile +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/mkdocs.yaml +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/__init__.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/benchmark_config_factory.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/benchmark_modules/__init__.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/benchmark_modules/base.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/benchmark_modules/fresh.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/benchmark_modules/hf.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/benchmark_modules/litellm.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/benchmark_modules/vllm.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/benchmarker.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/callbacks.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/cli.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/constants.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/data_loading.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/data_models.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/dataset_configs.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/enums.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/exceptions.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/finetuning.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/human_evaluation.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/languages.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/model_cache.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/model_config.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/model_loading.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/scores.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/speed_benchmark.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/task_utils/__init__.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/task_utils/multiple_choice_classification.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/task_utils/question_answering.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/task_utils/text_to_text.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/task_utils/token_classification.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/tasks.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/types.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/euroeval/utils.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/constants.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_allocine.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_angry_tweets.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_arc.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_arc_is.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_belebele.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_cnn_dailymail.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_conll_en.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_conll_es.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_conll_nl.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_dane.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_danish_citizen_tests.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_dansk.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_danske_talemaader.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_danske_talemaader_old.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_dbrd.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_dutch_cola.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_dutch_social.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_eltec.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_fone.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_foqa.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_fosent.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_fquad.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_germanquad.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_germeval.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_hellaswag.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_hotter_and_colder_sentiment.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_ice_linguistic.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_icelandic_error_corpus.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_icelandic_knowledge.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_icelandic_qa.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_icesum.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_ilpost_sum.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_jentoft.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_mim_gold_ner.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_mlqa_es.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_mlsum_de.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_mlsum_es.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_mmlu.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_multinerd-it.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_no_cola.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_no_sammendrag.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_nor_common_sense_qa.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_nordjylland_news.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_norec.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_norglm_multiqa.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_norglm_multisum.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_norne.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_norquad.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_nqii.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_nrk_quiz_qa.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_orange_sum.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_personal_sum.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_rrn.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_sb10k.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_scala.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_scandiqa.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_schibsted.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_sentiment_headlines_es.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_sentipolc16.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_squad.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_squad_it.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_squad_nl.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_squad_nl_old.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_sst5.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_suc3.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_swedn.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_swerec.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_wiki_lingua_nl.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_wikiann_fo.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_wikineural-it.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_winogrande_is.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/create_xquad_es.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/fix_dot_env_file.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/load_ud_pos.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/src/scripts/versioning.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/__init__.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/conftest.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_benchmark_config_factory.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_benchmark_modules/__init__.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_benchmark_modules/test_base.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_benchmark_modules/test_fresh.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_benchmark_modules/test_hf.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_benchmark_modules/test_litellm.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_benchmark_modules/test_vllm.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_benchmarker.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_callbacks.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_cli.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_constants.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_data_loading.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_data_models.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_dataset_configs.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_enums.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_exceptions.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_finetuning.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_generation.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_human_evaluation.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_languages.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_model_cache.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_model_config.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_model_loading.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_scores.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_speed_benchmark.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_task_utils/__init__.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_task_utils/test_question_answering.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_task_utils/test_sequence_classification.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_task_utils/test_text_to_text.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_task_utils/test_token_classification.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_tasks.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_types.py +0 -0
- {euroeval-15.4.0 → euroeval-15.4.1}/tests/test_utils.py +0 -0
|
@@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
+
## [v15.4.1] - 2025-03-25
|
|
14
|
+
### Fixed
|
|
15
|
+
- Disallow `vllm` v0.8.1, as it causes severe degradation in generation output of
|
|
16
|
+
some models, resulting in artificially low scores.
|
|
17
|
+
- Fixed an issue with text classification tasks if the first token of multiple labels
|
|
18
|
+
are identical, when tokenising with the model's tokeniser.
|
|
19
|
+
|
|
20
|
+
|
|
13
21
|
## [v15.4.0] - 2025-03-24
|
|
14
22
|
### Added
|
|
15
23
|
- Added support for Spanish! 🇪🇸This includes two reading comprehension datasets:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: EuroEval
|
|
3
|
-
Version: 15.4.
|
|
3
|
+
Version: 15.4.1
|
|
4
4
|
Summary: The robust European language model benchmark.
|
|
5
5
|
Project-URL: Repository, https://github.com/EuroEval/EuroEval
|
|
6
6
|
Project-URL: Issues, https://github.com/EuroEval/EuroEval/issues
|
|
@@ -61,12 +61,12 @@ Requires-Dist: bitsandbytes>=0.43.1; (platform_system == 'Linux') and extra == '
|
|
|
61
61
|
Requires-Dist: fbgemm-gpu>=1.0.0; (platform_system == 'Linux') and extra == 'all'
|
|
62
62
|
Requires-Dist: gradio>=4.26.0; extra == 'all'
|
|
63
63
|
Requires-Dist: outlines>=0.1.11; extra == 'all'
|
|
64
|
-
Requires-Dist: vllm
|
|
64
|
+
Requires-Dist: vllm!=0.8.1,>=0.8.0; (platform_system == 'Linux') and extra == 'all'
|
|
65
65
|
Provides-Extra: generative
|
|
66
66
|
Requires-Dist: bitsandbytes>=0.43.1; (platform_system == 'Linux') and extra == 'generative'
|
|
67
67
|
Requires-Dist: fbgemm-gpu>=1.0.0; (platform_system == 'Linux') and extra == 'generative'
|
|
68
68
|
Requires-Dist: outlines>=0.1.11; extra == 'generative'
|
|
69
|
-
Requires-Dist: vllm
|
|
69
|
+
Requires-Dist: vllm!=0.8.1,>=0.8.0; (platform_system == 'Linux') and extra == 'generative'
|
|
70
70
|
Provides-Extra: human-evaluation
|
|
71
71
|
Requires-Dist: gradio>=4.26.0; extra == 'human-evaluation'
|
|
72
72
|
Provides-Extra: test
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "EuroEval"
|
|
3
|
-
version = "15.4.
|
|
3
|
+
version = "15.4.1"
|
|
4
4
|
description = "The robust European language model benchmark."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
@@ -45,7 +45,7 @@ dependencies = [
|
|
|
45
45
|
generative = [
|
|
46
46
|
"outlines>=0.1.11",
|
|
47
47
|
"bitsandbytes>=0.43.1; platform_system == 'Linux'",
|
|
48
|
-
"vllm>=0.8.0; platform_system == 'Linux'",
|
|
48
|
+
"vllm>=0.8.0,!=0.8.1; platform_system == 'Linux'",
|
|
49
49
|
"fbgemm-gpu>=1.0.0; platform_system == 'Linux'",
|
|
50
50
|
]
|
|
51
51
|
human_evaluation = [
|
|
@@ -54,7 +54,7 @@ human_evaluation = [
|
|
|
54
54
|
all = [
|
|
55
55
|
"outlines>=0.1.11",
|
|
56
56
|
"bitsandbytes>=0.43.1; platform_system == 'Linux'",
|
|
57
|
-
"vllm>=0.8.0; platform_system == 'Linux'",
|
|
57
|
+
"vllm>=0.8.0,!=0.8.1; platform_system == 'Linux'",
|
|
58
58
|
"fbgemm-gpu>=1.0.0; platform_system == 'Linux'",
|
|
59
59
|
"gradio>=4.26.0",
|
|
60
60
|
]
|
|
@@ -20,7 +20,12 @@ from .model_cache import (
|
|
|
20
20
|
from .utils import clear_memory
|
|
21
21
|
|
|
22
22
|
if t.TYPE_CHECKING:
|
|
23
|
-
from .data_models import
|
|
23
|
+
from .data_models import (
|
|
24
|
+
BenchmarkConfig,
|
|
25
|
+
DatasetConfig,
|
|
26
|
+
GenerativeModelOutput,
|
|
27
|
+
ModelConfig,
|
|
28
|
+
)
|
|
24
29
|
|
|
25
30
|
logger = logging.getLogger("euroeval")
|
|
26
31
|
|
|
@@ -163,6 +168,7 @@ def generate_single_iteration(
|
|
|
163
168
|
if benchmark_config.debug:
|
|
164
169
|
debug_log(
|
|
165
170
|
batch=batch,
|
|
171
|
+
model_output=model_output,
|
|
166
172
|
extracted_labels=extracted_labels, # type: ignore[arg-type]
|
|
167
173
|
dataset_config=dataset_config,
|
|
168
174
|
)
|
|
@@ -217,6 +223,7 @@ def generate_single_iteration(
|
|
|
217
223
|
|
|
218
224
|
def debug_log(
|
|
219
225
|
batch: dict[str, t.Any],
|
|
226
|
+
model_output: "GenerativeModelOutput",
|
|
220
227
|
extracted_labels: list[dict | str | list[str]],
|
|
221
228
|
dataset_config: "DatasetConfig",
|
|
222
229
|
) -> None:
|
|
@@ -225,6 +232,8 @@ def debug_log(
|
|
|
225
232
|
Args:
|
|
226
233
|
batch:
|
|
227
234
|
The batch of examples to evaluate on.
|
|
235
|
+
model_output:
|
|
236
|
+
The output of the model.
|
|
228
237
|
extracted_labels:
|
|
229
238
|
The extracted labels from the model output.
|
|
230
239
|
dataset_config:
|
|
@@ -290,7 +299,12 @@ def debug_log(
|
|
|
290
299
|
else:
|
|
291
300
|
input_texts = batch["text"]
|
|
292
301
|
|
|
293
|
-
for input_text, prediction, label in zip(
|
|
302
|
+
for input_text, raw_output, prediction, label in zip(
|
|
303
|
+
input_texts, model_output.sequences, extracted_labels, labels
|
|
304
|
+
):
|
|
294
305
|
logger.info(
|
|
295
|
-
f"Input: '{input_text}'\
|
|
306
|
+
f"Input: '{input_text}'\n"
|
|
307
|
+
f"Raw outout: '{raw_output}'\n"
|
|
308
|
+
f"Prediction: '{prediction}'\n"
|
|
309
|
+
f"Label: '{label}'"
|
|
296
310
|
)
|
|
@@ -162,9 +162,8 @@ def get_closest_logprobs_labels(
|
|
|
162
162
|
"""
|
|
163
163
|
english_labels = list(dataset_config.id2label.values())
|
|
164
164
|
english2local = dataset_config.prompt_label_mapping
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
] + english_labels
|
|
165
|
+
local_labels = [english2local[lbl].lower() for lbl in english_labels]
|
|
166
|
+
candidate_labels = local_labels + english_labels
|
|
168
167
|
|
|
169
168
|
output_labels: list[str] = list()
|
|
170
169
|
for sample in generation_logprobs:
|
|
@@ -179,18 +178,39 @@ def get_closest_logprobs_labels(
|
|
|
179
178
|
]
|
|
180
179
|
generated_labels = [label for label in generated_labels if label != ""]
|
|
181
180
|
|
|
182
|
-
# We want to use the first generated label which
|
|
181
|
+
# We want to use the first generated label which contains a unique candidate
|
|
183
182
|
# label, as the output label
|
|
184
183
|
output_label: str | None = None
|
|
184
|
+
previously_generated_labels: list[str] = list()
|
|
185
185
|
for generated_label in generated_labels:
|
|
186
|
+
generated_label = "".join(previously_generated_labels) + generated_label
|
|
187
|
+
|
|
188
|
+
# Get the candidate labels that contain the generated label
|
|
186
189
|
candidate_output_labels = [
|
|
187
190
|
candidate_label
|
|
188
191
|
for candidate_label in candidate_labels
|
|
189
|
-
if candidate_label
|
|
192
|
+
if generated_label in candidate_label
|
|
190
193
|
]
|
|
194
|
+
|
|
195
|
+
# If we can uniquely determine the output label, we break the loop.
|
|
196
|
+
# Since we have both the original local labels as well as the English
|
|
197
|
+
# versions, we want to have 0 or 1 candidate labels from each set. This
|
|
198
|
+
# means that ["positive", "positiv"] is fine as they're both referencing
|
|
199
|
+
# the same label, but ["negativ", "neutral"] is not. In the bad case we
|
|
200
|
+
# cannot use the scores and we fall back to using the
|
|
201
|
+
# candidate label with the highest edit distance.
|
|
202
|
+
at_most_one_english_label = (
|
|
203
|
+
len(set(candidate_output_labels).intersection(english_labels)) <= 1
|
|
204
|
+
)
|
|
205
|
+
at_most_one_local_label = (
|
|
206
|
+
len(set(candidate_output_labels).intersection(local_labels)) <= 1
|
|
207
|
+
)
|
|
191
208
|
if candidate_output_labels:
|
|
192
|
-
|
|
193
|
-
|
|
209
|
+
if at_most_one_english_label and at_most_one_local_label:
|
|
210
|
+
output_label = candidate_output_labels[0]
|
|
211
|
+
break
|
|
212
|
+
else:
|
|
213
|
+
previously_generated_labels.append(generated_label)
|
|
194
214
|
|
|
195
215
|
if output_label is not None:
|
|
196
216
|
output_label = english2local.get(output_label, output_label)
|
|
@@ -881,7 +881,7 @@ wheels = [
|
|
|
881
881
|
|
|
882
882
|
[[package]]
|
|
883
883
|
name = "euroeval"
|
|
884
|
-
version = "15.4.
|
|
884
|
+
version = "15.4.1"
|
|
885
885
|
source = { editable = "." }
|
|
886
886
|
dependencies = [
|
|
887
887
|
{ name = "accelerate" },
|
|
@@ -1006,8 +1006,8 @@ requires-dist = [
|
|
|
1006
1006
|
{ name = "termcolor", specifier = ">=2.0.0" },
|
|
1007
1007
|
{ name = "torch", specifier = ">=2.6.0" },
|
|
1008
1008
|
{ name = "transformers", specifier = ">=4.50.0" },
|
|
1009
|
-
{ name = "vllm", marker = "sys_platform == 'linux' and extra == 'all'", specifier = ">=0.8.0" },
|
|
1010
|
-
{ name = "vllm", marker = "sys_platform == 'linux' and extra == 'generative'", specifier = ">=0.8.0" },
|
|
1009
|
+
{ name = "vllm", marker = "sys_platform == 'linux' and extra == 'all'", specifier = ">=0.8.0,!=0.8.1" },
|
|
1010
|
+
{ name = "vllm", marker = "sys_platform == 'linux' and extra == 'generative'", specifier = ">=0.8.0,!=0.8.1" },
|
|
1011
1011
|
]
|
|
1012
1012
|
provides-extras = ["generative", "human-evaluation", "all", "test"]
|
|
1013
1013
|
|
|
@@ -1340,7 +1340,7 @@ wheels = [
|
|
|
1340
1340
|
|
|
1341
1341
|
[[package]]
|
|
1342
1342
|
name = "gradio"
|
|
1343
|
-
version = "5.
|
|
1343
|
+
version = "5.23.0"
|
|
1344
1344
|
source = { registry = "https://pypi.org/simple" }
|
|
1345
1345
|
dependencies = [
|
|
1346
1346
|
{ name = "aiofiles" },
|
|
@@ -1373,9 +1373,9 @@ dependencies = [
|
|
|
1373
1373
|
{ name = "urllib3", marker = "sys_platform == 'emscripten'" },
|
|
1374
1374
|
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
|
1375
1375
|
]
|
|
1376
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1376
|
+
sdist = { url = "https://files.pythonhosted.org/packages/04/0f/a70655d37564b03d14a73b456c7fd957dd4141b8f34c72ed0eb7ca280250/gradio-5.23.0.tar.gz", hash = "sha256:f70c1939f1bcd1cfe9bc8e57fb4faa0c991ff230785a1bf1a6278f0ad4afe03e", size = 62192323 }
|
|
1377
1377
|
wheels = [
|
|
1378
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1378
|
+
{ url = "https://files.pythonhosted.org/packages/77/8d/de52ac37dbbf5c8756d41be5c719e710b7044450030b710f067092ba4626/gradio-5.23.0-py3-none-any.whl", hash = "sha256:31894d4e21ce924af92128aaa4fe06418769cbe45cb28843d7424b5fc77ffe4a", size = 51323066 },
|
|
1379
1379
|
]
|
|
1380
1380
|
|
|
1381
1381
|
[[package]]
|
|
@@ -2139,7 +2139,7 @@ opencv = [
|
|
|
2139
2139
|
|
|
2140
2140
|
[[package]]
|
|
2141
2141
|
name = "mkapi"
|
|
2142
|
-
version = "4.1.
|
|
2142
|
+
version = "4.1.4"
|
|
2143
2143
|
source = { registry = "https://pypi.org/simple" }
|
|
2144
2144
|
dependencies = [
|
|
2145
2145
|
{ name = "astdoc" },
|
|
@@ -2149,9 +2149,9 @@ dependencies = [
|
|
|
2149
2149
|
{ name = "rich" },
|
|
2150
2150
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
2151
2151
|
]
|
|
2152
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2152
|
+
sdist = { url = "https://files.pythonhosted.org/packages/28/c7/fba2ab2779f0c7cf5d88b602f4389cc75453af335ddd88b5290193a9a5df/mkapi-4.1.4.tar.gz", hash = "sha256:d49f91e6ba3c04e0cf8e42824f3e5e08e57bce0bea4af8bb4145bae3ff47591e", size = 48640 }
|
|
2153
2153
|
wheels = [
|
|
2154
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2154
|
+
{ url = "https://files.pythonhosted.org/packages/4e/ad/57ccff01388b6eb7bc418a388170f41cf380b9451e9e3e10adcff4154cd8/mkapi-4.1.4-py3-none-any.whl", hash = "sha256:bdaf48c636db68dbb54b89790215823a7bdcd91685d5005bcd47239921393a36", size = 27605 },
|
|
2155
2155
|
]
|
|
2156
2156
|
|
|
2157
2157
|
[[package]]
|
|
@@ -2778,62 +2778,64 @@ wheels = [
|
|
|
2778
2778
|
|
|
2779
2779
|
[[package]]
|
|
2780
2780
|
name = "orjson"
|
|
2781
|
-
version = "3.10.
|
|
2782
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2783
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2784
|
-
wheels = [
|
|
2785
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2786
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2787
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2788
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2789
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2790
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2791
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2792
|
-
{ url = "https://files.pythonhosted.org/packages/53/
|
|
2793
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2794
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2795
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2796
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2797
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2798
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2799
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2800
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2801
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2802
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2803
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2804
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2805
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2806
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2807
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2808
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2809
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2810
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2811
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2812
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2813
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2814
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2815
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2816
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2817
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2818
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2819
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2820
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2821
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2822
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2823
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2824
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2825
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2826
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2827
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2828
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2829
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2830
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2831
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2832
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2833
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2834
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2835
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2836
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2781
|
+
version = "3.10.16"
|
|
2782
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2783
|
+
sdist = { url = "https://files.pythonhosted.org/packages/98/c7/03913cc4332174071950acf5b0735463e3f63760c80585ef369270c2b372/orjson-3.10.16.tar.gz", hash = "sha256:d2aaa5c495e11d17b9b93205f5fa196737ee3202f000aaebf028dc9a73750f10", size = 5410415 }
|
|
2784
|
+
wheels = [
|
|
2785
|
+
{ url = "https://files.pythonhosted.org/packages/9d/a6/22cb9b03baf167bc2d659c9e74d7580147f36e6a155e633801badfd5a74d/orjson-3.10.16-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:4cb473b8e79154fa778fb56d2d73763d977be3dcc140587e07dbc545bbfc38f8", size = 249179 },
|
|
2786
|
+
{ url = "https://files.pythonhosted.org/packages/d7/ce/3e68cc33020a6ebd8f359b8628b69d2132cd84fea68155c33057e502ee51/orjson-3.10.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:622a8e85eeec1948690409a19ca1c7d9fd8ff116f4861d261e6ae2094fe59a00", size = 138510 },
|
|
2787
|
+
{ url = "https://files.pythonhosted.org/packages/dc/12/63bee7764ce12052f7c1a1393ce7f26dc392c93081eb8754dd3dce9b7c6b/orjson-3.10.16-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c682d852d0ce77613993dc967e90e151899fe2d8e71c20e9be164080f468e370", size = 132373 },
|
|
2788
|
+
{ url = "https://files.pythonhosted.org/packages/b3/d5/2998c2f319adcd572f2b03ba2083e8176863d1055d8d713683ddcf927b71/orjson-3.10.16-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8c520ae736acd2e32df193bcff73491e64c936f3e44a2916b548da048a48b46b", size = 136774 },
|
|
2789
|
+
{ url = "https://files.pythonhosted.org/packages/00/03/88c236ae307bd0604623204d4a835e15fbf9c75b8535c8f13ef45abd413f/orjson-3.10.16-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:134f87c76bfae00f2094d85cfab261b289b76d78c6da8a7a3b3c09d362fd1e06", size = 138030 },
|
|
2790
|
+
{ url = "https://files.pythonhosted.org/packages/66/ba/3e256ddfeb364f98fd6ac65774844090d356158b2d1de8998db2bf984503/orjson-3.10.16-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b59afde79563e2cf37cfe62ee3b71c063fd5546c8e662d7fcfc2a3d5031a5c4c", size = 142677 },
|
|
2791
|
+
{ url = "https://files.pythonhosted.org/packages/2c/71/73a1214bd27baa2ea5184fff4aa6193a114dfb0aa5663dad48fe63e8cd29/orjson-3.10.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:113602f8241daaff05d6fad25bd481d54c42d8d72ef4c831bb3ab682a54d9e15", size = 132798 },
|
|
2792
|
+
{ url = "https://files.pythonhosted.org/packages/53/ac/0b2f41c0a1e8c095439d0fab3b33103cf41a39be8e6aa2c56298a6034259/orjson-3.10.16-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:4fc0077d101f8fab4031e6554fc17b4c2ad8fdbc56ee64a727f3c95b379e31da", size = 135450 },
|
|
2793
|
+
{ url = "https://files.pythonhosted.org/packages/d9/ca/7524c7b0bc815d426ca134dab54cad519802287b808a3846b047a5b2b7a3/orjson-3.10.16-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:9c6bf6ff180cd69e93f3f50380224218cfab79953a868ea3908430bcfaf9cb5e", size = 412356 },
|
|
2794
|
+
{ url = "https://files.pythonhosted.org/packages/05/1d/3ae2367c255276bf16ff7e1b210dd0af18bc8da20c4e4295755fc7de1268/orjson-3.10.16-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:5673eadfa952f95a7cd76418ff189df11b0a9c34b1995dff43a6fdbce5d63bf4", size = 152769 },
|
|
2795
|
+
{ url = "https://files.pythonhosted.org/packages/d3/2d/8eb10b6b1d30bb69c35feb15e5ba5ac82466cf743d562e3e8047540efd2f/orjson-3.10.16-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5fe638a423d852b0ae1e1a79895851696cb0d9fa0946fdbfd5da5072d9bb9551", size = 137223 },
|
|
2796
|
+
{ url = "https://files.pythonhosted.org/packages/47/42/f043717930cb2de5fbebe47f308f101bed9ec2b3580b1f99c8284b2f5fe8/orjson-3.10.16-cp310-cp310-win32.whl", hash = "sha256:33af58f479b3c6435ab8f8b57999874b4b40c804c7a36b5cc6b54d8f28e1d3dd", size = 141734 },
|
|
2797
|
+
{ url = "https://files.pythonhosted.org/packages/67/99/795ad7282b425b9fddcfb8a31bded5dcf84dba78ecb1e7ae716e84e794da/orjson-3.10.16-cp310-cp310-win_amd64.whl", hash = "sha256:0338356b3f56d71293c583350af26f053017071836b07e064e92819ecf1aa055", size = 133779 },
|
|
2798
|
+
{ url = "https://files.pythonhosted.org/packages/97/29/43f91a5512b5d2535594438eb41c5357865fd5e64dec745d90a588820c75/orjson-3.10.16-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:44fcbe1a1884f8bc9e2e863168b0f84230c3d634afe41c678637d2728ea8e739", size = 249180 },
|
|
2799
|
+
{ url = "https://files.pythonhosted.org/packages/0c/36/2a72d55e266473c19a86d97b7363bb8bf558ab450f75205689a287d5ce61/orjson-3.10.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:78177bf0a9d0192e0b34c3d78bcff7fe21d1b5d84aeb5ebdfe0dbe637b885225", size = 138510 },
|
|
2800
|
+
{ url = "https://files.pythonhosted.org/packages/bb/ad/f86d6f55c1a68b57ff6ea7966bce5f4e5163f2e526ddb7db9fc3c2c8d1c4/orjson-3.10.16-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:12824073a010a754bb27330cad21d6e9b98374f497f391b8707752b96f72e741", size = 132373 },
|
|
2801
|
+
{ url = "https://files.pythonhosted.org/packages/5e/8b/d18f2711493a809f3082a88fda89342bc8e16767743b909cd3c34989fba3/orjson-3.10.16-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ddd41007e56284e9867864aa2f29f3136bb1dd19a49ca43c0b4eda22a579cf53", size = 136773 },
|
|
2802
|
+
{ url = "https://files.pythonhosted.org/packages/a1/dc/ce025f002f8e0749e3f057c4d773a4d4de32b7b4c1fc5a50b429e7532586/orjson-3.10.16-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0877c4d35de639645de83666458ca1f12560d9fa7aa9b25d8bb8f52f61627d14", size = 138029 },
|
|
2803
|
+
{ url = "https://files.pythonhosted.org/packages/0e/1b/cf9df85852b91160029d9f26014230366a2b4deb8cc51fabe68e250a8c1a/orjson-3.10.16-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9a09a539e9cc3beead3e7107093b4ac176d015bec64f811afb5965fce077a03c", size = 142677 },
|
|
2804
|
+
{ url = "https://files.pythonhosted.org/packages/92/18/5b1e1e995bffad49dc4311a0bdfd874bc6f135fd20f0e1f671adc2c9910e/orjson-3.10.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:31b98bc9b40610fec971d9a4d67bb2ed02eec0a8ae35f8ccd2086320c28526ca", size = 132800 },
|
|
2805
|
+
{ url = "https://files.pythonhosted.org/packages/d6/eb/467f25b580e942fcca1344adef40633b7f05ac44a65a63fc913f9a805d58/orjson-3.10.16-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:0ce243f5a8739f3a18830bc62dc2e05b69a7545bafd3e3249f86668b2bcd8e50", size = 135451 },
|
|
2806
|
+
{ url = "https://files.pythonhosted.org/packages/8d/4b/9d10888038975cb375982e9339d9495bac382d5c976c500b8d6f2c8e2e4e/orjson-3.10.16-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:64792c0025bae049b3074c6abe0cf06f23c8e9f5a445f4bab31dc5ca23dbf9e1", size = 412358 },
|
|
2807
|
+
{ url = "https://files.pythonhosted.org/packages/3b/e2/cfbcfcc4fbe619e0ca9bdbbfccb2d62b540bbfe41e0ee77d44a628594f59/orjson-3.10.16-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:ea53f7e68eec718b8e17e942f7ca56c6bd43562eb19db3f22d90d75e13f0431d", size = 152772 },
|
|
2808
|
+
{ url = "https://files.pythonhosted.org/packages/b9/d6/627a1b00569be46173007c11dde3da4618c9bfe18409325b0e3e2a82fe29/orjson-3.10.16-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a741ba1a9488c92227711bde8c8c2b63d7d3816883268c808fbeada00400c164", size = 137225 },
|
|
2809
|
+
{ url = "https://files.pythonhosted.org/packages/0a/7b/a73c67b505021af845b9f05c7c848793258ea141fa2058b52dd9b067c2b4/orjson-3.10.16-cp311-cp311-win32.whl", hash = "sha256:c7ed2c61bb8226384c3fdf1fb01c51b47b03e3f4536c985078cccc2fd19f1619", size = 141733 },
|
|
2810
|
+
{ url = "https://files.pythonhosted.org/packages/f4/22/5e8217c48d68c0adbfb181e749d6a733761074e598b083c69a1383d18147/orjson-3.10.16-cp311-cp311-win_amd64.whl", hash = "sha256:cd67d8b3e0e56222a2e7b7f7da9031e30ecd1fe251c023340b9f12caca85ab60", size = 133784 },
|
|
2811
|
+
{ url = "https://files.pythonhosted.org/packages/5d/15/67ce9d4c959c83f112542222ea3b9209c1d424231d71d74c4890ea0acd2b/orjson-3.10.16-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:6d3444abbfa71ba21bb042caa4b062535b122248259fdb9deea567969140abca", size = 249325 },
|
|
2812
|
+
{ url = "https://files.pythonhosted.org/packages/da/2c/1426b06f30a1b9ada74b6f512c1ddf9d2760f53f61cdb59efeb9ad342133/orjson-3.10.16-cp312-cp312-macosx_15_0_arm64.whl", hash = "sha256:30245c08d818fdcaa48b7d5b81499b8cae09acabb216fe61ca619876b128e184", size = 133621 },
|
|
2813
|
+
{ url = "https://files.pythonhosted.org/packages/9e/88/18d26130954bc73bee3be10f95371ea1dfb8679e0e2c46b0f6d8c6289402/orjson-3.10.16-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0ba1d0baa71bf7579a4ccdcf503e6f3098ef9542106a0eca82395898c8a500a", size = 138270 },
|
|
2814
|
+
{ url = "https://files.pythonhosted.org/packages/4f/f9/6d8b64fcd58fae072e80ee7981be8ba0d7c26ace954e5cd1d027fc80518f/orjson-3.10.16-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:eb0beefa5ef3af8845f3a69ff2a4aa62529b5acec1cfe5f8a6b4141033fd46ef", size = 132346 },
|
|
2815
|
+
{ url = "https://files.pythonhosted.org/packages/16/3f/2513fd5bc786f40cd12af569c23cae6381aeddbefeed2a98f0a666eb5d0d/orjson-3.10.16-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6daa0e1c9bf2e030e93c98394de94506f2a4d12e1e9dadd7c53d5e44d0f9628e", size = 136845 },
|
|
2816
|
+
{ url = "https://files.pythonhosted.org/packages/6d/42/b0e7b36720f5ab722b48e8ccf06514d4f769358dd73c51abd8728ef58d0b/orjson-3.10.16-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9da9019afb21e02410ef600e56666652b73eb3e4d213a0ec919ff391a7dd52aa", size = 138078 },
|
|
2817
|
+
{ url = "https://files.pythonhosted.org/packages/a3/a8/d220afb8a439604be74fc755dbc740bded5ed14745ca536b304ed32eb18a/orjson-3.10.16-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:daeb3a1ee17b69981d3aae30c3b4e786b0f8c9e6c71f2b48f1aef934f63f38f4", size = 142712 },
|
|
2818
|
+
{ url = "https://files.pythonhosted.org/packages/8c/88/7e41e9883c00f84f92fe357a8371edae816d9d7ef39c67b5106960c20389/orjson-3.10.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80fed80eaf0e20a31942ae5d0728849862446512769692474be5e6b73123a23b", size = 133136 },
|
|
2819
|
+
{ url = "https://files.pythonhosted.org/packages/e9/ca/61116095307ad0be828ea26093febaf59e38596d84a9c8d765c3c5e4934f/orjson-3.10.16-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:73390ed838f03764540a7bdc4071fe0123914c2cc02fb6abf35182d5fd1b7a42", size = 135258 },
|
|
2820
|
+
{ url = "https://files.pythonhosted.org/packages/dc/1b/09493cf7d801505f094c9295f79c98c1e0af2ac01c7ed8d25b30fcb19ada/orjson-3.10.16-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:a22bba012a0c94ec02a7768953020ab0d3e2b884760f859176343a36c01adf87", size = 412326 },
|
|
2821
|
+
{ url = "https://files.pythonhosted.org/packages/ea/02/125d7bbd7f7a500190ddc8ae5d2d3c39d87ed3ed28f5b37cfe76962c678d/orjson-3.10.16-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:5385bbfdbc90ff5b2635b7e6bebf259652db00a92b5e3c45b616df75b9058e88", size = 152800 },
|
|
2822
|
+
{ url = "https://files.pythonhosted.org/packages/f9/09/7658a9e3e793d5b3b00598023e0fb6935d0e7bbb8ff72311c5415a8ce677/orjson-3.10.16-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:02c6279016346e774dd92625d46c6c40db687b8a0d685aadb91e26e46cc33e1e", size = 137516 },
|
|
2823
|
+
{ url = "https://files.pythonhosted.org/packages/29/87/32b7a4831e909d347278101a48d4cf9f3f25901b2295e7709df1651f65a1/orjson-3.10.16-cp312-cp312-win32.whl", hash = "sha256:7ca55097a11426db80f79378e873a8c51f4dde9ffc22de44850f9696b7eb0e8c", size = 141759 },
|
|
2824
|
+
{ url = "https://files.pythonhosted.org/packages/35/ce/81a27e7b439b807bd393585271364cdddf50dc281fc57c4feef7ccb186a6/orjson-3.10.16-cp312-cp312-win_amd64.whl", hash = "sha256:86d127efdd3f9bf5f04809b70faca1e6836556ea3cc46e662b44dab3fe71f3d6", size = 133944 },
|
|
2825
|
+
{ url = "https://files.pythonhosted.org/packages/87/b9/ff6aa28b8c86af9526160905593a2fe8d004ac7a5e592ee0b0ff71017511/orjson-3.10.16-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:148a97f7de811ba14bc6dbc4a433e0341ffd2cc285065199fb5f6a98013744bd", size = 249289 },
|
|
2826
|
+
{ url = "https://files.pythonhosted.org/packages/6c/81/6d92a586149b52684ab8fd70f3623c91d0e6a692f30fd8c728916ab2263c/orjson-3.10.16-cp313-cp313-macosx_15_0_arm64.whl", hash = "sha256:1d960c1bf0e734ea36d0adc880076de3846aaec45ffad29b78c7f1b7962516b8", size = 133640 },
|
|
2827
|
+
{ url = "https://files.pythonhosted.org/packages/c2/88/b72443f4793d2e16039ab85d0026677932b15ab968595fb7149750d74134/orjson-3.10.16-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a318cd184d1269f68634464b12871386808dc8b7c27de8565234d25975a7a137", size = 138286 },
|
|
2828
|
+
{ url = "https://files.pythonhosted.org/packages/c3/3c/72a22d4b28c076c4016d5a52bd644a8e4d849d3bb0373d9e377f9e3b2250/orjson-3.10.16-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:df23f8df3ef9223d1d6748bea63fca55aae7da30a875700809c500a05975522b", size = 132307 },
|
|
2829
|
+
{ url = "https://files.pythonhosted.org/packages/8a/a2/f1259561bdb6ad7061ff1b95dab082fe32758c4bc143ba8d3d70831f0a06/orjson-3.10.16-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b94dda8dd6d1378f1037d7f3f6b21db769ef911c4567cbaa962bb6dc5021cf90", size = 136739 },
|
|
2830
|
+
{ url = "https://files.pythonhosted.org/packages/3d/af/c7583c4b34f33d8b8b90cfaab010ff18dd64e7074cc1e117a5f1eff20dcf/orjson-3.10.16-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f12970a26666a8775346003fd94347d03ccb98ab8aa063036818381acf5f523e", size = 138076 },
|
|
2831
|
+
{ url = "https://files.pythonhosted.org/packages/d7/59/d7fc7fbdd3d4a64c2eae4fc7341a5aa39cf9549bd5e2d7f6d3c07f8b715b/orjson-3.10.16-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:15a1431a245d856bd56e4d29ea0023eb4d2c8f71efe914beb3dee8ab3f0cd7fb", size = 142643 },
|
|
2832
|
+
{ url = "https://files.pythonhosted.org/packages/92/0e/3bd8f2197d27601f16b4464ae948826da2bcf128af31230a9dbbad7ceb57/orjson-3.10.16-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c83655cfc247f399a222567d146524674a7b217af7ef8289c0ff53cfe8db09f0", size = 133168 },
|
|
2833
|
+
{ url = "https://files.pythonhosted.org/packages/af/a8/351fd87b664b02f899f9144d2c3dc848b33ac04a5df05234cbfb9e2a7540/orjson-3.10.16-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:fa59ae64cb6ddde8f09bdbf7baf933c4cd05734ad84dcf4e43b887eb24e37652", size = 135271 },
|
|
2834
|
+
{ url = "https://files.pythonhosted.org/packages/ba/b0/a6d42a7d412d867c60c0337d95123517dd5a9370deea705ea1be0f89389e/orjson-3.10.16-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:ca5426e5aacc2e9507d341bc169d8af9c3cbe88f4cd4c1cf2f87e8564730eb56", size = 412444 },
|
|
2835
|
+
{ url = "https://files.pythonhosted.org/packages/79/ec/7572cd4e20863f60996f3f10bc0a6da64a6fd9c35954189a914cec0b7377/orjson-3.10.16-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:6fd5da4edf98a400946cd3a195680de56f1e7575109b9acb9493331047157430", size = 152737 },
|
|
2836
|
+
{ url = "https://files.pythonhosted.org/packages/a9/19/ceb9e8fed5403b2e76a8ac15f581b9d25780a3be3c9b3aa54b7777a210d5/orjson-3.10.16-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:980ecc7a53e567169282a5e0ff078393bac78320d44238da4e246d71a4e0e8f5", size = 137482 },
|
|
2837
|
+
{ url = "https://files.pythonhosted.org/packages/1b/78/a78bb810f3786579dbbbd94768284cbe8f2fd65167cd7020260679665c17/orjson-3.10.16-cp313-cp313-win32.whl", hash = "sha256:28f79944dd006ac540a6465ebd5f8f45dfdf0948ff998eac7a908275b4c1add6", size = 141714 },
|
|
2838
|
+
{ url = "https://files.pythonhosted.org/packages/81/9c/b66ce9245ff319df2c3278acd351a3f6145ef34b4a2d7f4b0f739368370f/orjson-3.10.16-cp313-cp313-win_amd64.whl", hash = "sha256:fe0a145e96d51971407cb8ba947e63ead2aa915db59d6631a355f5f2150b56b7", size = 133954 },
|
|
2837
2839
|
]
|
|
2838
2840
|
|
|
2839
2841
|
[[package]]
|
|
@@ -3449,11 +3451,11 @@ wheels = [
|
|
|
3449
3451
|
|
|
3450
3452
|
[[package]]
|
|
3451
3453
|
name = "pyparsing"
|
|
3452
|
-
version = "3.2.
|
|
3454
|
+
version = "3.2.3"
|
|
3453
3455
|
source = { registry = "https://pypi.org/simple" }
|
|
3454
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3456
|
+
sdist = { url = "https://files.pythonhosted.org/packages/bb/22/f1129e69d94ffff626bdb5c835506b3a5b4f3d070f17ea295e12c2c6f60f/pyparsing-3.2.3.tar.gz", hash = "sha256:b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be", size = 1088608 }
|
|
3455
3457
|
wheels = [
|
|
3456
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3458
|
+
{ url = "https://files.pythonhosted.org/packages/05/e7/df2285f3d08fee213f2d041540fa4fc9ca6c2d44cf36d3a035bf2a8d2bcc/pyparsing-3.2.3-py3-none-any.whl", hash = "sha256:a749938e02d6fd0b59b356ca504a24982314bb090c383e3cf201c95ef7e2bfcf", size = 111120 },
|
|
3457
3459
|
]
|
|
3458
3460
|
|
|
3459
3461
|
[[package]]
|
|
@@ -3500,11 +3502,11 @@ wheels = [
|
|
|
3500
3502
|
|
|
3501
3503
|
[[package]]
|
|
3502
3504
|
name = "python-dotenv"
|
|
3503
|
-
version = "1.0
|
|
3505
|
+
version = "1.1.0"
|
|
3504
3506
|
source = { registry = "https://pypi.org/simple" }
|
|
3505
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3507
|
+
sdist = { url = "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5", size = 39920 }
|
|
3506
3508
|
wheels = [
|
|
3507
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3509
|
+
{ url = "https://files.pythonhosted.org/packages/1e/18/98a99ad95133c6a6e2005fe89faedf294a748bd5dc803008059409ac9b1e/python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d", size = 20256 },
|
|
3508
3510
|
]
|
|
3509
3511
|
|
|
3510
3512
|
[[package]]
|
|
@@ -3527,11 +3529,11 @@ wheels = [
|
|
|
3527
3529
|
|
|
3528
3530
|
[[package]]
|
|
3529
3531
|
name = "pytz"
|
|
3530
|
-
version = "2025.
|
|
3532
|
+
version = "2025.2"
|
|
3531
3533
|
source = { registry = "https://pypi.org/simple" }
|
|
3532
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3534
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz", hash = "sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3", size = 320884 }
|
|
3533
3535
|
wheels = [
|
|
3534
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3536
|
+
{ url = "https://files.pythonhosted.org/packages/81/c4/34e93fe5f5429d7570ec1fa436f1986fb1f00c3e0f43a589fe2bbcd22c3f/pytz-2025.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00", size = 509225 },
|
|
3535
3537
|
]
|
|
3536
3538
|
|
|
3537
3539
|
[[package]]
|
|
@@ -4224,11 +4226,11 @@ sdist = { url = "https://files.pythonhosted.org/packages/9d/2d/233c79d5b4e5ab1db
|
|
|
4224
4226
|
|
|
4225
4227
|
[[package]]
|
|
4226
4228
|
name = "setuptools"
|
|
4227
|
-
version = "
|
|
4229
|
+
version = "78.0.2"
|
|
4228
4230
|
source = { registry = "https://pypi.org/simple" }
|
|
4229
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
4231
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4c/f4/aa8d364f0dc1f33b2718938648c31202e2db5cd6479a73f0a9ca5a88372d/setuptools-78.0.2.tar.gz", hash = "sha256:137525e6afb9022f019d6e884a319017f9bf879a0d8783985d32cbc8683cab93", size = 1367747 }
|
|
4230
4232
|
wheels = [
|
|
4231
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
4233
|
+
{ url = "https://files.pythonhosted.org/packages/aa/db/2fd473dfe436ad19fda190f4079162d400402aedfcc41e048d38c0a375c6/setuptools-78.0.2-py3-none-any.whl", hash = "sha256:4a612c80e1f1d71b80e4906ce730152e8dec23df439f82731d9d0b608d7b700d", size = 1255965 },
|
|
4232
4234
|
]
|
|
4233
4235
|
|
|
4234
4236
|
[[package]]
|
|
@@ -4538,7 +4540,7 @@ wheels = [
|
|
|
4538
4540
|
|
|
4539
4541
|
[[package]]
|
|
4540
4542
|
name = "transformers"
|
|
4541
|
-
version = "4.50.
|
|
4543
|
+
version = "4.50.1"
|
|
4542
4544
|
source = { registry = "https://pypi.org/simple" }
|
|
4543
4545
|
dependencies = [
|
|
4544
4546
|
{ name = "filelock" },
|
|
@@ -4552,9 +4554,9 @@ dependencies = [
|
|
|
4552
4554
|
{ name = "tokenizers" },
|
|
4553
4555
|
{ name = "tqdm" },
|
|
4554
4556
|
]
|
|
4555
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
4557
|
+
sdist = { url = "https://files.pythonhosted.org/packages/40/bd/6043691a6790bbe7bbb0c7ef67697edb97313dc878eab51c958a99c83767/transformers-4.50.1.tar.gz", hash = "sha256:6ee542d2cce7e1b6a06ae350599c27ddf2e6e45ec9d0cb42915b37fca3d6399a", size = 8769599 }
|
|
4556
4558
|
wheels = [
|
|
4557
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
4559
|
+
{ url = "https://files.pythonhosted.org/packages/95/c9/a628fbff00c5fb542aa09c0cc66d86568dcc10e64be73005732f8988963b/transformers-4.50.1-py3-none-any.whl", hash = "sha256:e9b9bd274518150528c1d745c7ebba72d27e4e52f2deffaa1fddebad6912da5d", size = 10179942 },
|
|
4558
4560
|
]
|
|
4559
4561
|
|
|
4560
4562
|
[[package]]
|
|
@@ -4782,7 +4784,7 @@ wheels = [
|
|
|
4782
4784
|
|
|
4783
4785
|
[[package]]
|
|
4784
4786
|
name = "vllm"
|
|
4785
|
-
version = "0.8.
|
|
4787
|
+
version = "0.8.0"
|
|
4786
4788
|
source = { registry = "https://pypi.org/simple" }
|
|
4787
4789
|
dependencies = [
|
|
4788
4790
|
{ name = "aiohttp" },
|
|
@@ -4834,9 +4836,9 @@ dependencies = [
|
|
|
4834
4836
|
{ name = "xformers", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
|
|
4835
4837
|
{ name = "xgrammar", marker = "platform_machine == 'aarch64' or platform_machine == 'x86_64'" },
|
|
4836
4838
|
]
|
|
4837
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
4839
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d2/27/73a54707964c5160067e253398cc328943e3ddbaa3099265ab593e6ec766/vllm-0.8.0.tar.gz", hash = "sha256:449e6651d30d6d5025d0d42499cf1a02d983915ef3b3670547db14a0431aa9bd", size = 6407594 }
|
|
4838
4840
|
wheels = [
|
|
4839
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
4841
|
+
{ url = "https://files.pythonhosted.org/packages/15/77/7beca2061aadfdfd2d81411102e6445b459bcfedfc46671d4712de6a00fb/vllm-0.8.0-cp38-abi3-manylinux1_x86_64.whl", hash = "sha256:d3660eda448560b0ce6a1524466d7d36ec0024e772c9dbf562dbead980e7d480", size = 265290109 },
|
|
4840
4842
|
]
|
|
4841
4843
|
|
|
4842
4844
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|