华安瑞
华安瑞
使用gp.get_gdp_quarter()时程序报错,使用的是pandas2.0.0版本和python3.10.10。
大佬您好,请问这个爬虫项目是否设置了反反爬机制呢?
### Describe the bug When using `batch_size="auto"` with the `generate_until` function, the automatic batch size detection mechanism is overly conservative and often results in a batch size of 1. This...
[BUG] TransformersModel.from_model provides an incompletely initialized object compared to __init__
## Describe the bug When creating a `TransformersModel` instance using the `from_model` classmethod, the resulting object is missing several attributes (e.g.continuous_batching) that are normally initialized by the standard `__init__ `constructor....
## Describe the bug When model parallelism is enabled and `batch_size` is not explicitly set in the config, the evaluation process hangs indefinitely. The log stops after the message "Detecting...
## Describe the bug When running an evaluation with accelerate launch on a single machine with multiple GPUs, setting model_parallel=True in the TransformersModelConfig has no effect. The library logs that...
## Describe the bug There is a bug in the transformer_models.py _continuous_greedy_until function. The code uses batch[0].stop_sequence, but the correct field should be batch[0].stop_sequences (with an "s" at the end)....