Skip to content

Commit

Permalink
fix numpy import error after tensor2vid refactor in huggingface#6626
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-r-o-w committed Jan 23, 2024
1 parent 5674a71 commit 032c24f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import math
from typing import Any, Callable, Dict, List, Optional, Tuple, Union

import numpy as np
import torch
import torch.fft as fft
from transformers import CLIPImageProcessor, CLIPTextModel, CLIPTokenizer, CLIPVisionModelWithProjection
Expand Down

0 comments on commit 032c24f

Please sign in to comment.