You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
believewhat
changed the title
You are resizing the embedding layer without providing a pad_to_multiple_of parameter. This means that the new embedding dimension will be 32001. This might induce some performance reduction as *Tensor Cores* will not be available. For more details about this, or help on choosing the correct value for resizing, refer to this guide: https://docs.nvidia.com/deeplearning/performance/dl-performance-matrix-multiplication/index.html#requirements-tc
Cannot Convert Checkpint to Trainable Model
Nov 13, 2023
Hi authors,
When I am trying to merge checkpoint (lora) with base model(merge_lora_weights_and_save_hf_model.py) I encounter this issue:
You are resizing the embedding layer without providing a
pad_to_multiple_of
parameter. This means that the new embedding dimension will be 32001. This might induce some performance reduction as Tensor Cores will not be available. For more details about this, or help on choosing the correct value for resizing, refer to this guide: https://docs.nvidia.com/deeplearning/performance/dl-performance-matrix-multiplication/index.html#requirements-tcAnd I cannot get the final model.
The text was updated successfully, but these errors were encountered: