Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check is streamable #166

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into check-streamable
  • Loading branch information
AlexTMallen committed Apr 11, 2023
commit 78ecfcae2beb83ac9f379412bace9b531dbc7b2a
2 changes: 1 addition & 1 deletion elk/extraction/extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import os
from dataclasses import InitVar, dataclass
from typing import Iterable, Literal, Optional, Union
from typing import Any, Iterable, Literal, Optional

import torch
from datasets import (
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.