Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- mistralai/Mistral-7B-v0.3
|
5 |
+
---
|
6 |
+
|
7 |
+
This DML model is prepared using block-wise quantization with block size as 128.
|
8 |
+
|
9 |
+
#### License
|
10 |
+
Modifications copyright(c) 2024 Advanced Micro Devices,Inc. All rights reserved.
|
11 |
+
|
12 |
+
MIT License
|
13 |
+
|
14 |
+
Copyright (c) 2024 Advanced Micro Devices, Inc
|
15 |
+
|
16 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
|
17 |
+
in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18 |
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
19 |
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
20 |
+
|
21 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
22 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
23 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24 |
+
SOFTWARE.
|
25 |
+
|
26 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
27 |
+
you may not use this file except in compliance with the License.
|
28 |
+
You may obtain a copy of the License at
|
29 |
+
|
30 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
31 |
+
Unless required by applicable law or agreed to in writing, software
|
32 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
33 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
34 |
+
See the License for the specific language governing permissions and
|
35 |
+
limitations under the License.
|