nyarunyarunya commited on
Commit
5206fa2
·
verified ·
1 Parent(s): e1cfb34

Update wan/modules/clip.py

Browse files
Files changed (1) hide show
  1. wan/modules/clip.py +1 -1
wan/modules/clip.py CHANGED
@@ -1,7 +1,7 @@
1
  # Modified from ``https://github.com/openai/CLIP'' and ``https://github.com/mlfoundations/open_clip''
2
  # Copyright 2024-2025 The Alibaba Wan Team Authors. All rights reserved.
3
  import logging
4
- import math,spaces
5
 
6
  import torch
7
  import torch.nn as nn
 
1
  # Modified from ``https://github.com/openai/CLIP'' and ``https://github.com/mlfoundations/open_clip''
2
  # Copyright 2024-2025 The Alibaba Wan Team Authors. All rights reserved.
3
  import logging
4
+ import math#,spaces
5
 
6
  import torch
7
  import torch.nn as nn