Skip to content

Commit

Permalink
fix: banner url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuki1450 committed Oct 30, 2024
1 parent 991b59c commit 6260c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<meta property="og:description" content="Explore how common LLM quantization methods can be exploited, exposing users to harmful LLM behavior."/>
<meta property="og:url" content="https://llm-quantization-attack.org/"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="static/images/1200x600.png" />
<meta property="og:image" content="https://llm-quantization-attack.org/static/images/1200x600.png" />
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="600"/>


<meta name="twitter:title" content="Exploiting LLM Quantization">
<meta name="twitter:description" content="Explore how common LLM quantization methods can be exploited, exposing users to harmful LLM behavior.">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/images/1200x600.png">
<meta name="twitter:image" content="https://llm-quantization-attack.org/static/images/1200x600.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords" content="LLM Quantization Attack Vulnerability Adversarial Exploit Harmful Safety">
Expand Down

0 comments on commit 6260c84

Please sign in to comment.