Skip to content

Commit

Permalink
bfloat16
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelFay committed Oct 23, 2024
1 parent ab391b2 commit 7ead7e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/configs/flor2/train_colflor_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ config:
(): colpali_engine.utils.transformers_wrappers.AllPurposeWrapper
class_to_instanciate: !ext colpali_engine.models.ColFlor
pretrained_model_name_or_path: "./models/ColFlor-base"
# torch_dtype: !ext torch.bfloat16
torch_dtype: !ext torch.float32
torch_dtype: !ext torch.bfloat16
# torch_dtype: !ext torch.float32
# use_cache: false
# device_map: "auto"
# quantization_config:
Expand Down

0 comments on commit 7ead7e7

Please sign in to comment.