support-pvelocity commited on
Commit
3383f0d
·
1 Parent(s): 9cc215b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -53,7 +53,6 @@ This model is governed by a custom commercial license from Code Llama. For detai
53
 
54
  You can use the Code-Llama-2-13B-instruct-text2sql-GPTQ model to generate SQL queries from natural language questions, as demonstrated in the following code snippet:
55
  ```python
56
- import torch
57
  from transformers import AutoTokenizer
58
  from auto_gptq import AutoGPTQForCausalLM
59
 
 
53
 
54
  You can use the Code-Llama-2-13B-instruct-text2sql-GPTQ model to generate SQL queries from natural language questions, as demonstrated in the following code snippet:
55
  ```python
 
56
  from transformers import AutoTokenizer
57
  from auto_gptq import AutoGPTQForCausalLM
58