Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
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)
|