Rasa doesn't use Google Colab t4 GPU

I installed Rasa on Google Colab using this command: !pip install rasa

I used LaBSE Language model …

in config.yml file:

  • name: LanguageModelFeaturizer

    model_name: bert

    model_weights: rasa/LaBSE

    constrain_similarities: true

While training the model, Rasa doesn’t use Google Colab t4 GPU and load LaBSE LM on memory (system Ram). Why? how can I fix it?

1 Like

Hello! I have the same issue with Google Colab after its latest release. It seems there’s some version incompatibility now. Did you manage to solve the problem?