ejschwartz commited on
Commit
72152eb
·
verified ·
1 Parent(s): 72a3802

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ model = AutoModelForCausalLM.from_pretrained(model_path, torch_dtype=torch.bfloa
10
  description = """
11
  # LLM4Decompile 6.7B V2
12
 
13
- This is a space for testing the [LLM4Decompile 6.7B V2 model](https://huggingface.co/LLM4Binary/llm4decompile-6.7b-v2). It expects to be given a decompiled function output by Ghidra. I simply copy and paste from the Ghidra GUI, but this is not the method recommended by the official model page, so YMMV. I am not affiliated with the authors.
14
  """
15
 
16
  @spaces.GPU(duration=120)
 
10
  description = """
11
  # LLM4Decompile 6.7B V2
12
 
13
+ This is a space for testing the [LLM4Decompile 6.7B V2 model](https://huggingface.co/LLM4Binary/llm4decompile-6.7b-v2). It expects to be given a decompiled function output by Ghidra. I simply copy and paste from the Ghidra GUI, but this is not the method recommended by the official model page, which could influence performance. I am not affiliated with the authors.
14
  """
15
 
16
  @spaces.GPU(duration=120)