Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent duplicate
torch_dtype
kwargs (#115)
Throws an error currently if you specify a `torch_dtype` in the `model_config`. ```pycon TypeError: transformers.models.auto.auto_factory._BaseAutoModelClass.from_pretrained() got multiple values for keyword argument 'torch_dtype' ```
- Loading branch information