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
Thanks for the L2 support that came with #151 . I was wondering if it is possible to add support for querying the L2 cache. I would like to get the L2 volumes. Maybe something a long the lines of this:
Thanks for the L2 support that came with #151 . I was wondering if it is possible to add support for querying the L2 cache. I would like to get the L2 volumes. Maybe something a long the lines of this:
seg_id = "720575940625434249" # exp_id
l2ids = flywire_l2ids(seg_id)
l2ids = flywire_ids(l2ids, integer64 = FALSE)
fcc = flywire_cave_client()
l2data = reticulate::py_call(fcc$l2cache$get_l2data, l2ids)
The text was updated successfully, but these errors were encountered: