NyxKrage commited on
Commit
47ee99f
·
verified ·
1 Parent(s): 84e2f98

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -172,7 +172,7 @@
172
 
173
  async function calculateSizes(format) {
174
  try {
175
- const model_config = await modelConfig(document.getElementById("modelsearch").value, document.getElementById("hf_token").value)
176
  const context = parseInt(document.getElementById("contextsize").value)
177
  let bsz = 512
178
  let cache_bit = 16
 
172
 
173
  async function calculateSizes(format) {
174
  try {
175
+ const model_config = await modelConfig(document.getElementById("modelsearch").value.replace("https://huggingface.co/", ""), document.getElementById("hf_token").value)
176
  const context = parseInt(document.getElementById("contextsize").value)
177
  let bsz = 512
178
  let cache_bit = 16