Skip to content

Commit 0df9f8b

Browse files
Shivalika SinghShivalika Singh
authored andcommitted
fix site url
1 parent e912254 commit 0df9f8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="twitter:card" value="summary">
77
<meta name="twitter:title" content="On the Limitations of Compute Thresholds as a Governance Strategy">
88
<!-- <meta name="twitter:description" content="What do pruned deep neural networks forget?"> -->
9-
<meta name="twitter:url" content="https://computing-thresholds.github.io/">
9+
<meta name="twitter:url" content="http://for.ai/compute-thresholds/">
1010
<meta name="twitter:image" content="https://cdn.glitch.com/02868eea-fe84-443e-964a-8f04885fa5fa%2Faccuracy_distribution_updated.png?v=1574118491306">
1111
<meta name="twitter:site" content="@CohereForAI" />
1212

@@ -16,14 +16,14 @@
1616
<meta property="og:type" content="article" />
1717
<!-- <meta property="og:description" content="What do pruned deep neural networks forget?" /> -->
1818
<meta property="og:image" content="https://cdn.glitch.com/02868eea-fe84-443e-964a-8f04885fa5fa%2Faccuracy_distribution.png?v=1574118354833" />
19-
<meta property="og:url" content="https://computing-thresholds.github.io/" />
19+
<meta property="og:url" content="http://for.ai/compute-thresholds/" />
2020
<!-- <meta property="og:site_name" content="Deep Neural Network Pruning"> -->
2121
<meta property="og:locale" content="en_US">
2222

2323

2424
<!-- https://scholar.google.com/intl/en/scholar/inclusion.html#indexing -->
2525
<meta name="citation_title" content="On the Limitations of Compute Thresholds as a Governance Strategy: Measuring the Disparate Impact of Model Pruning">
26-
<meta name="citation_fulltext_html_url" content="https://computing-thresholds.github.io/">
26+
<meta name="citation_fulltext_html_url" content="http://for.ai/compute-thresholds/">
2727
<!-- Update paper link -->
2828
<meta name="citation_pdf_url" content="https://arxiv.org/abs/1911.05248">
2929
<meta name="citation_fulltext_world_readable" content="">
@@ -44,7 +44,7 @@
4444
<!-- https://schema.org/Article -->
4545
<meta property="description" itemprop="description" content="On the Limitations of Compute Thresholds as a Governance Strategy.">
4646
<meta property="article:author" content="Sara Hooker">
47-
<meta property="article:url" content="https://computing-thresholds.github.io/" />
47+
<meta property="article:url" content="http://for.ai/compute-thresholds/" />
4848
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
4949
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
5050
<style>

0 commit comments

Comments
 (0)