Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit f049aed

Browse files
committed
Low Rank Adaption
1 parent 4297565 commit f049aed

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace OnnxStack.Core.Model
8+
{
9+
public class OnnxModelAdapter
10+
{
11+
// TODO: Load LoRA file
12+
}
13+
}

0 commit comments

Comments
 (0)