ajyl commited on
Commit
c65dca0
·
verified ·
1 Parent(s): 781749e

Upload CubeLM

Browse files
Files changed (1) hide show
  1. CubeLM.py +1 -1
CubeLM.py CHANGED
@@ -2,7 +2,7 @@ from dataclasses import dataclass
2
  from typing import Optional
3
  import torch
4
  import torch.nn as nn
5
- from cubeLM.CubeConfig import CubeConfig
6
  from transformers import (
7
  GPT2Model,
8
  GenerationMixin,
 
2
  from typing import Optional
3
  import torch
4
  import torch.nn as nn
5
+ from .CubeConfig import CubeConfig
6
  from transformers import (
7
  GPT2Model,
8
  GenerationMixin,