"vscode:/vscode.git/clone" did not exist on "11ec74905aa5722e50dc62b53800e9cdf4886acc"
- 02 Jan, 2023 1 commit
-
-
Joao Gante authored
* beam sample in beam search * rag now works with the updated beam search * delete legacy (non-XLA) generation code related to beam sample
-
- 31 Dec, 2022 4 commits
-
-
Hao Wang authored
* update pyknp to rhoknp * fix linter * fix linter * fix linter * fix linter * fix linter * support rhoknp==1.1.0, fix testcase
-
bofeng huang authored
* Add generate kwargs to AutomaticSpeechRecognitionPipeline * Add test for generation kwargs
-
bofeng huang authored
* Add generate kwargs to AutomaticSpeechRecognitionPipeline * Add test for generation kwargs
-
Stas Bekman authored
[trainer: distributed_concat] ensure all_gather's input are contiguous
-
- 30 Dec, 2022 3 commits
-
-
Samuel Xu authored
Fixing error message
-
bofeng huang authored
* Fix error message * Fix code quality
-
Matthew McDermott authored
-
- 29 Dec, 2022 4 commits
-
-
ivanllt authored
-
bofeng huang authored
* add torch_dtype attribute to Pipeline * Use torch_dtype to cast input tensor type in AutomaticSpeechRecognitionPipeline * Fix code quality * Add TextGenerationPipeline fp16 test * Fix code quality * Remove useless require in tests Co-authored-by:
Nicolas Patry <patry.nicolas@protonmail.com> Co-authored-by:
Nicolas Patry <patry.nicolas@protonmail.com>
-
Harsh Trivedi authored
load the state dict on cpu.
-
Alex Hedges authored
* Remove non-breaking space in comment It was likely added unintionally. * Remove remaining non-breaking spaces
-
- 28 Dec, 2022 2 commits
-
-
Joao Gante authored
correctly detect default max length
-
Akshaya Annavajhala authored
* Avoid collisions in writing metrics via 2 APIs - azureml + mlflow MLflow tracking API is enabled by default in AzureML and HF MLflow integration is more fully featured. I'd remove the AzureML integration but leaving the current behavior for backwards compatibility (though it should really be removed) * Trigger CI
-
- 27 Dec, 2022 3 commits
-
-
Yih-Dar authored
* torch.jit._state * Fix past CI * Fix for perceiver * Fix REALM * Fix for Bloom * Fix for SwinMode * Fix for TrajectoryTransformerModel * Fix for test_wav2vec2_with_lm * make style Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Eli Simhayev authored
fix Jupyter typos
-
Kamal Raj Kanakarajan authored
Update flan-t5.mdx
-
- 26 Dec, 2022 2 commits
-
-
Younes Belkada authored
* fix fp16 loading issue * add backward compatibility * better refactor * better readability - remove `force_upcast_dtype` as it is used once - use `inspect` - add `TODO`
-
Nathan Barry authored
-
- 24 Dec, 2022 1 commit
-
-
M谩rton Makrai authored
-
- 23 Dec, 2022 6 commits
-
-
Arthur authored
get correct checkpoint
-
Younes Belkada authored
* add japanese translation of template * fix japanese translation - fix special cases - fix typos - manually translate special cases Co-authored-by:
Arthur <48595927+ArthurZucker@users.noreply.github.com> Co-authored-by:
Arthur <48595927+ArthurZucker@users.noreply.github.com>
-
Jasmijn Bastings authored
* Add script to convert T5X T5 (v1.0 and v1.1) checkpoints to PyTorch * Remove unnecessary check and update docstring * Format docstring * Fix whitespace in docstring
-
Nicolas Patry authored
* Supporting `fp16` for asr pipeline * Adding test. * Style. * Oops. * Flake8 update ? * Fixing flake8 ? * Revert "Flake8 update ?" This reverts commit 0b917fcb520e5f34d1933d9d37d8f32b64553048. * Style (acctidentally deleted flake8 F401.) * Move to a bigger test (no small whisper model, and s2t doesn't seem to accept torch_dtype=fp16). Also we need to use a GPU to actually compute on fp16. * Using BatchFeature capability.
-
Syed Abdul Gaffar Shakhadri authored
poolformer onnx Co-authored-by:syed <syed.abdul@sandlogic.com>
-
Sourab Mangrulkar authored
-
- 22 Dec, 2022 3 commits
-
-
Younes Belkada authored
* fix typo `onnx` * fix test
-
Younes Belkada authored
* add `get_encoder` and `get_decoder` * add additional kwargs support * fix condition * add better checks * better checks * fix embed positions * better test to consider padding * fix debug statement * Apply suggestions from code review Co-authored-by:
Arthur <48595927+ArthurZucker@users.noreply.github.com> * add arguments on docstring Co-authored-by:
Arthur <48595927+ArthurZucker@users.noreply.github.com>
-
dhansmair authored
change strings to f-strings
-
- 21 Dec, 2022 11 commits
-
-
Joao Gante authored
* fix doctests * revert unwanted change
-
Yih-Dar authored
fix ci Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Arthur authored
* add fast not use warning * update
-
Arthur authored
* fix doc for generation, dinat, nat and prelayernorm * style * update * fix cpies * use auto config and auto tokenizer Co-authored-by:
sgugger <sylvain.gugger@gmail.com> * als modify roberta and the depending models Co-authored-by:
sgugger <sylvain.gugger@gmail.com>
-
Mohit Sharma authored
* fix_whisper_export * update input * update input
-
Yih-Dar authored
* Fix past CI * Fix past CI Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
Maria Khalusova authored
Adding `evaluate` to the list of libraries to be installed for every generated notebook in transformers
-
陌dil S眉lo authored
Adds visual_prompt argument to CLIPSegProcessor to enable image-guided segmentation
-
ValeKnappich authored
* fix past_key_values in GPTNeoXForCausalLM.prepare_inputs_for_generation * fix formatting
-
Yih-Dar authored
Use config.num_channels in CLIP-like modeling files Co-authored-by:ydshieh <ydshieh@users.noreply.github.com>
-
NielsRogge authored
Update big table Co-authored-by:Niels Rogge <nielsrogge@Nielss-MBP.localdomain>
-