Bronze 1
Since ‎03-25-2024
2 weeks ago

My Stats

  • 1 Posts
  • 0 Solutions
  • 0 Likes given
  • 1 Likes received

omonao's Bio

Badges y_agop Earned

View all badges

Recent Activity

!pip install -q google-generativeai import google.generativeai as genaigenai.configure(transport='grpc') for i, m in zip(range(5), genai.list_tuned_models()): print(m.name) When I run the above codes one by one in colab, I constantly get the followin...
Likes from