mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 02:49:41 +00:00
cleaning up
This commit is contained in:
parent
2eb32933ea
commit
d1af45988a
3 changed files with 8 additions and 60 deletions
|
@ -102,7 +102,7 @@ def main(args):
|
|||
np_dtype = np.float32
|
||||
ftype = 0
|
||||
elif args.data_type == 'fp16':
|
||||
dtype = torch.float32
|
||||
dtype = torch.float16
|
||||
np_dtype = np.float16
|
||||
ftype = 1
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue