mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-04-24 16:29:15 +00:00
minor changes
1. added .so file to the ignored list 2. removed 2 unused imports from test_inference.py, which also avoided a warning for me that was produced by importing pandas
This commit is contained in:
@@ -18,7 +18,6 @@ from exllamav2.mlp import ExLlamaV2MLP
|
||||
from exllamav2.moe_mlp import ExLlamaV2MoEMLP
|
||||
|
||||
import argparse, os, math, time
|
||||
import pandas, fastparquet
|
||||
import torch
|
||||
import torch.nn.functional as F
|
||||
from conversion.tokenize import get_tokens
|
||||
|
||||
Reference in New Issue
Block a user