mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
models(gallery): add llama-3-whiterabbitneo-8b-v2.0 (#3984)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
66b03b54cb
commit
8de0f21f7c
@ -4539,6 +4539,38 @@
|
|||||||
- filename: Loki-base.i1-Q4_K_M.gguf
|
- filename: Loki-base.i1-Q4_K_M.gguf
|
||||||
sha256: 60a4357fa399bfd18aa841cc529da09439791331d117a4f06f0467d002b385bb
|
sha256: 60a4357fa399bfd18aa841cc529da09439791331d117a4f06f0467d002b385bb
|
||||||
uri: huggingface://mradermacher/Loki-base-i1-GGUF/Loki-base.i1-Q4_K_M.gguf
|
uri: huggingface://mradermacher/Loki-base-i1-GGUF/Loki-base.i1-Q4_K_M.gguf
|
||||||
|
- !!merge <<: *llama3
|
||||||
|
name: "llama-3-whiterabbitneo-8b-v2.0"
|
||||||
|
icon: https://huggingface.co/migtissera/WhiteRabbitNeo/resolve/main/WhiteRabbitNeo.png
|
||||||
|
urls:
|
||||||
|
- https://huggingface.co/WhiteRabbitNeo/Llama-3-WhiteRabbitNeo-8B-v2.0
|
||||||
|
- https://huggingface.co/QuantFactory/Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF
|
||||||
|
description: |
|
||||||
|
WhiteRabbitNeo is a model series that can be used for offensive and defensive cybersecurity.
|
||||||
|
Topics Covered:
|
||||||
|
- Open Ports: Identifying open ports is crucial as they can be entry points for attackers. Common ports to check include HTTP (80, 443), FTP (21), SSH (22), and SMB (445).
|
||||||
|
- Outdated Software or Services: Systems running outdated software or services are often vulnerable to exploits. This includes web servers, database servers, and any third-party software.
|
||||||
|
- Default Credentials: Many systems and services are installed with default usernames and passwords, which are well-known and can be easily exploited.
|
||||||
|
- Misconfigurations: Incorrectly configured services, permissions, and security settings can introduce vulnerabilities.
|
||||||
|
- Injection Flaws: SQL injection, command injection, and cross-site scripting (XSS) are common issues in web applications.
|
||||||
|
- Unencrypted Services: Services that do not use encryption (like HTTP instead of HTTPS) can expose sensitive data.
|
||||||
|
- Known Software Vulnerabilities: Checking for known vulnerabilities in software using databases like the National Vulnerability Database (NVD) or tools like Nessus or OpenVAS.
|
||||||
|
- Cross-Site Request Forgery (CSRF): This is where unauthorized commands are transmitted from a user that the web application trusts.
|
||||||
|
- Insecure Direct Object References: This occurs when an application provides direct access to objects based on user-supplied input.
|
||||||
|
- Security Misconfigurations in Web Servers/Applications: This includes issues like insecure HTTP headers or verbose error messages that reveal too much information.
|
||||||
|
- Broken Authentication and Session Management: This can allow attackers to compromise passwords, keys, or session tokens, or to exploit other implementation flaws to assume other users' identities.
|
||||||
|
- Sensitive Data Exposure: Includes vulnerabilities that expose sensitive data, such as credit card numbers, health records, or personal information.
|
||||||
|
- API Vulnerabilities: In modern web applications, APIs are often used and can have vulnerabilities like insecure endpoints or data leakage.
|
||||||
|
- Denial of Service (DoS) Vulnerabilities: Identifying services that are vulnerable to DoS attacks, which can make the resource unavailable to legitimate users.
|
||||||
|
- Buffer Overflows: Common in older software, these vulnerabilities can allow an attacker to crash the system or execute arbitrary code.
|
||||||
|
- More ..
|
||||||
|
overrides:
|
||||||
|
parameters:
|
||||||
|
model: Llama-3-WhiteRabbitNeo-8B-v2.0.Q4_K_M.gguf
|
||||||
|
files:
|
||||||
|
- filename: Llama-3-WhiteRabbitNeo-8B-v2.0.Q4_K_M.gguf
|
||||||
|
sha256: cf01ba2ca5af2a3ecd6a2221d19b8b91ec0e9fe06fa8fdffd774d5e0a2459c4c
|
||||||
|
uri: huggingface://QuantFactory/Llama-3-WhiteRabbitNeo-8B-v2.0-GGUF/Llama-3-WhiteRabbitNeo-8B-v2.0.Q4_K_M.gguf
|
||||||
- &dolphin
|
- &dolphin
|
||||||
name: "dolphin-2.9-llama3-8b"
|
name: "dolphin-2.9-llama3-8b"
|
||||||
url: "github:mudler/LocalAI/gallery/hermes-2-pro-mistral.yaml@master"
|
url: "github:mudler/LocalAI/gallery/hermes-2-pro-mistral.yaml@master"
|
||||||
|
Loading…
Reference in New Issue
Block a user