Skip to content

Commit 8ba44a1

Browse files
author
hhsecond
committed
ml utilities as another package
1 parent a450d03 commit 8ba44a1

File tree

4 files changed

+4
-134
lines changed

4 files changed

+4
-134
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.pydevproject
33
*.pyc
44
.venv/
5-
redisai.egg-info
5+
redisai.egg-info
6+
.idea

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
numpy
2+
mlut

test/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import numpy as np
33
import os.path
44
from redisai import Client, DType, Backend, Device, Tensor, BlobTensor
5-
from redisai import load_model
5+
from mlut import load_model
66
from redis.exceptions import ResponseError
77

88

test/test_model.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)