More patches and Import IPEX after Torch

This commit is contained in:
Disty0
2023-04-30 18:19:37 +03:00
parent a720a670e8
commit de8d0bef9f
44 changed files with 202 additions and 24 deletions
+4
View File
@@ -10,6 +10,10 @@ https://github.com/CompVis/taming-transformers
# See more details in LICENSE.
import torch
try:
import intel_extension_for_pytorch as ipex
except:
pass
import torch.nn as nn
import numpy as np
import pytorch_lightning as pl