Skip to content

Theseus installation on Google Colab #347

Answered by mhmukadam
saxenam06 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, you can easily install Theseus using the commands below to run in colab:

!apt install libsuitesparse-dev
!pip install theseus-ai

import torch
import theseus as th

th.rand_se2(2) # to test

The cuda version issue happened recently as torch 1.13 stoped supporting cuda 10.2. We are fixing this in #345 and should be merged soon.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@luisenp
Comment options

luisenp Nov 4, 2022
Collaborator

@saxenam06
Comment options

@luisenp
Comment options

luisenp Nov 4, 2022
Collaborator

@saxenam06
Comment options

@luisenp
Comment options

luisenp Nov 8, 2022
Collaborator

Answer selected by mhmukadam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #346 on November 03, 2022 17:59.