mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-10 23:34:35 +00:00
[fix] format classes and files name
This commit is contained in:
parent
1db4a67dca
commit
67043b4b5c
15 changed files with 212 additions and 212 deletions
|
@ -5,8 +5,8 @@ import sys
|
|||
current_path = os.path.abspath(os.path.dirname(__file__))
|
||||
sys.path.append(current_path+"/../..")
|
||||
import numpy as np
|
||||
# from ktransformers.operators.linear import KTransformerLinear, QuantizedLinearMarlin
|
||||
# from ktransformers.operators.experts import KTransformersMLPExpert, MLPExpertsTorch
|
||||
# from ktransformers.operators.linear import KTransformersLinear, KLinearMarlin
|
||||
# from ktransformers.operators.experts import KTransformersExperts, KExpertsTorch
|
||||
from ktransformers.util.custom_gguf import GGUFLoader
|
||||
import torch
|
||||
import KTransformersOps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue