Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ from tdc.model_server.tokenizers.scgpt import scGPTTokenizer
|
|
19 |
import torch
|
20 |
|
21 |
scgpt = tdc_hf_interface("scGPT")
|
22 |
-
model = scgpt.load() # this line can cause segmentation fault
|
23 |
tokenizer = scGPTTokenizer()
|
24 |
gene_ids = adata.var["feature_name"].to_numpy() # Convert to numpy array
|
25 |
tokenized_data = tokenizer.tokenize_cell_vectors(
|
|
|
19 |
import torch
|
20 |
|
21 |
scgpt = tdc_hf_interface("scGPT")
|
22 |
+
model = scgpt.load() # this line can cause segmentation fault on inappropriate setups
|
23 |
tokenizer = scGPTTokenizer()
|
24 |
gene_ids = adata.var["feature_name"].to_numpy() # Convert to numpy array
|
25 |
tokenized_data = tokenizer.tokenize_cell_vectors(
|