Intel i5-10400 AES-NI
openssl speed -evp 算法名(aes-256-cbc)
| cmake_minimum_required(VERSION 2.8...3.12) | |
| project(lua) | |
| # Lua 头文件 | |
| set(LIBLUA_INCLUDE lua.h luaconf.h lualib.h lauxlib.h lua.hpp) | |
| file(GLOB LUA_SOURCES lua.c) | |
| file(GLOB LUAC_SOURCES luac.c) | |
| file(GLOB LIBLUA_SOURCES l*.c) |
| Model | BoolQ | PIQA | HellaSwag | WinoGrande | ARC-e | ARC-c | OBQA | Avg |
|---|---|---|---|---|---|---|---|---|
| GPT4All-J 6B v1.0 | 73.4 | 74.8 | 63.4 | 64.7 | 54.9 | 36 | 40.2 | 58.2 |
| GPT4All-J v1.1-breezy | 74 | 75.1 | 63.2 | 63.6 | 55.4 | 34.9 | 38.4 | 57.8 |
| GPT4All-J v1.2-jazzy | 74.8 | 74.9 | 63.6 | 63.8 | 56.6 | 35.3 | 41 | 58.6 |
| GPT4All-J v1.3-groovy | 73.6 | 74.3 | 63.8 | 63.5 | 57.7 | 35 | 38.8 | 58.1 |
| GPT4All-J Lora 6B | 68.6 | 75.8 | 66.2 | 63.5 | 56.4 | 35.7 | 40.2 | 58.1 |
| GPT4All LLaMa Lora 7B | 73.1 | 77.6 | 72.1 | 67.8 | 51.1 | 40.4 | 40.2 | 60.3 |
| /* | |
| * Copyright (c) 2001-2011 Marc Alexander Lehmann <schmorp@schmorp.de> | |
| * | |
| * Redistribution and use in source and binary forms, with or without modifica- | |
| * tion, are permitted provided that the following conditions are met: | |
| * | |
| * 1. Redistributions of source code must retain the above copyright notice, | |
| * this list of conditions and the following disclaimer. | |
| * | |
| * 2. Redistributions in binary form must reproduce the above copyright |