mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-04-20 06:19:00 +00:00
5
.gitignore
vendored
5
.gitignore
vendored
@@ -5,4 +5,7 @@ build/
|
||||
__pycache__/
|
||||
.idea
|
||||
venv
|
||||
dist
|
||||
dist
|
||||
|
||||
# produced by `pip install -e .`
|
||||
exllamav2_ext.cpython-*.so
|
||||
|
||||
@@ -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