Merge pull request #324 from flying-x/master

2 minor changes
This commit is contained in:
turboderp
2024-02-11 10:09:55 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

5
.gitignore vendored
View File

@@ -5,4 +5,7 @@ build/
__pycache__/
.idea
venv
dist
dist
# produced by `pip install -e .`
exllamav2_ext.cpython-*.so

View File

@@ -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